1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

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

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