mirror of
https://github.com/penpot/penpot.git
synced 2026-03-27 13:50:26 +01:00
🚧 🐳 Build release images
This commit is contained in:
@@ -64,7 +64,7 @@ ENV NODE_PATH $NVM_DIR/v$NODE_VERSION/lib/node_modules
|
||||
ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
|
||||
|
||||
# Copy backend source and build release
|
||||
COPY ./* /home/uxbox/backend/
|
||||
COPY . /home/uxbox/backend
|
||||
RUN set -ex; \
|
||||
ls -l backend; \
|
||||
bash -c "/home/uxbox/backend/scripts/dist"
|
||||
|
||||
Reference in New Issue
Block a user