Fix docker image (#1213)

This commit is contained in:
Lejo 2021-06-20 12:43:15 +02:00 committed by GitHub
parent 4e763ae93a
commit 540b4b8742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"]