mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 05:08:23 +02:00
🚧 🐳 Build release images
This commit is contained in:
parent
e4ded8b520
commit
8984319b4f
2 changed files with 4 additions and 4 deletions
|
@ -66,8 +66,8 @@ ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
|
|||
# Copy backend source and build release
|
||||
COPY . /home/uxbox/backend
|
||||
RUN set -ex; \
|
||||
ls -l backend; \
|
||||
bash -c "/home/uxbox/backend/scripts/dist"
|
||||
rm -f Dockerfile docker-entrypoint.sh; \
|
||||
bash -c "/home/uxbox/backend/scripts/dist.sh"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue