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:
parent
fb08655a0a
commit
14168728cc
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue