mirror of
https://github.com/penpot/penpot.git
synced 2026-09-10 05:58:47 +00:00
🚧 🐳 Build release images
This commit is contained in:
parent
8984319b4f
commit
c8385c8149
@ -67,6 +67,7 @@ ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
|
|||||||
COPY . /home/uxbox/backend
|
COPY . /home/uxbox/backend
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
rm -f Dockerfile docker-entrypoint.sh; \
|
rm -f Dockerfile docker-entrypoint.sh; \
|
||||||
|
cd backend; \
|
||||||
bash -c "/home/uxbox/backend/scripts/dist.sh"
|
bash -c "/home/uxbox/backend/scripts/dist.sh"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -70,7 +70,7 @@ COPY . /home/uxbox/frontend
|
|||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
rm -f Dockerfile; \
|
rm -f Dockerfile; \
|
||||||
cd frontend; \
|
cd frontend; \
|
||||||
sed -i \
|
sudo sed -i \
|
||||||
-e 's|"uxbox.config.url" ".*"|"uxbox.config.url" "${API_URL}/api"|g' \
|
-e 's|"uxbox.config.url" ".*"|"uxbox.config.url" "${API_URL}/api"|g' \
|
||||||
scripts/figwheel.clj; \
|
scripts/figwheel.clj; \
|
||||||
npm install; \
|
npm install; \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user