mirror of
https://github.com/penpot/penpot.git
synced 2025-02-14 19:19:09 -05:00
🚧 🐳 Build release images
This commit is contained in:
parent
42a2a72e00
commit
e4ded8b520
2 changed files with 2 additions and 2 deletions
|
@ -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
|
ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
|
||||||
|
|
||||||
# Copy backend source and build release
|
# Copy backend source and build release
|
||||||
COPY ./* /home/uxbox/backend/
|
COPY . /home/uxbox/backend
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
ls -l backend; \
|
ls -l backend; \
|
||||||
bash -c "/home/uxbox/backend/scripts/dist"
|
bash -c "/home/uxbox/backend/scripts/dist"
|
||||||
|
|
|
@ -66,7 +66,7 @@ ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
|
||||||
ENV API_URL http://127.0.0.1:6060/api
|
ENV API_URL http://127.0.0.1:6060/api
|
||||||
|
|
||||||
# Copy frontend source and build release
|
# Copy frontend source and build release
|
||||||
COPY ./* /home/uxbox/frontend/
|
COPY . /home/uxbox/frontend
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
ls -l frontend; \
|
ls -l frontend; \
|
||||||
cd frontend; \
|
cd frontend; \
|
||||||
|
|
Loading…
Add table
Reference in a new issue