mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 09:59:10 +02:00
🐳 🐛 Fix base image
This commit is contained in:
parent
b50667cecc
commit
fb08655a0a
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM monogramm:uxbox-builder
|
FROM monogramm:docker-uxbox-builder
|
||||||
|
|
||||||
# Copy backend source and build release
|
# Copy backend source and build release
|
||||||
COPY . /home/uxbox/backend
|
COPY . /home/uxbox/backend
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM monogramm:uxbox-builder
|
FROM monogramm:docker-uxbox-builder
|
||||||
|
|
||||||
ENV API_URL http://127.0.0.1:6060/api
|
ENV API_URL http://127.0.0.1:6060/api
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue