mirror of https://github.com/penpot/penpot.git
🐳 🐛 Fix base image
This commit is contained in:
parent
fb08655a0a
commit
14168728cc
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue