mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 20:48:22 +02:00
🐳 💚 Fix copy of release
This commit is contained in:
parent
49d99d09e2
commit
95035cfca3
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ RUN bash -c "/home/uxbox/.local/bin/lein version"
|
|||
ENV API_URL http://127.0.0.1:6060/api
|
||||
|
||||
# Copy frontend source and build release
|
||||
COPY . /home/uxbox/frontend
|
||||
COPY ./* /home/uxbox/frontend
|
||||
RUN cd /home/uxbox/frontend; \
|
||||
sed -i \
|
||||
-e 's/"uxbox.config.url" ".*"/"uxbox.config.url" "${API_URL}/api"/g' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue