0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-16 00:41:25 -05:00

🚧 🐳 Build release images

This commit is contained in:
mathieu.brunot 2019-02-15 00:25:44 +01:00
parent 8984319b4f
commit c8385c8149
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
2 changed files with 2 additions and 1 deletions
backend
frontend

View file

@ -67,6 +67,7 @@ ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
COPY . /home/uxbox/backend
RUN set -ex; \
rm -f Dockerfile docker-entrypoint.sh; \
cd backend; \
bash -c "/home/uxbox/backend/scripts/dist.sh"

View file

@ -70,7 +70,7 @@ COPY . /home/uxbox/frontend
RUN set -ex; \
rm -f Dockerfile; \
cd frontend; \
sed -i \
sudo sed -i \
-e 's|"uxbox.config.url" ".*"|"uxbox.config.url" "${API_URL}/api"|g' \
scripts/figwheel.clj; \
npm install; \