1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Fix docker image

This commit is contained in:
Lejo1 2021-06-19 19:33:15 +02:00
parent 8149ba875b
commit d17c28cee6
No known key found for this signature in database
GPG Key ID: 7249ED75EF7EBABC

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