0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00

🐳 🐛 Fix base image

This commit is contained in:
mathieu.brunot 2019-02-15 13:13:36 +01:00
parent fb08655a0a
commit 14168728cc
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM monogramm:docker-uxbox-builder
FROM monogramm/docker-uxbox-builder:latest
# Copy backend source and build release
COPY . /home/uxbox/backend

View file

@ -1,4 +1,4 @@
FROM monogramm:docker-uxbox-builder
FROM monogramm/docker-uxbox-builder:latest
ENV API_URL http://127.0.0.1:6060/api