Fix docker image (#1213)

pull/1215/head
Lejo 3 years ago committed by GitHub
parent 4e763ae93a
commit 540b4b8742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,6 +26,7 @@ COPY translations ./translations
COPY src/js ./src/js
COPY res_raw ./res_raw
COPY .git ./.git
COPY electron ./electron
WORKDIR /shapez.io/gulp
ENTRYPOINT ["yarn", "gulp"]

Loading…
Cancel
Save