mirror of
https://github.com/penpot/penpot.git
synced 2025-05-04 19:55:54 +02:00
📎 Add minior adaptations to main docker files.
This commit is contained in:
parent
bb5804cde3
commit
782e060448
2 changed files with 3 additions and 3 deletions
|
@ -40,6 +40,6 @@ RUN set -eux; \
|
||||||
rm -rf /tmp/openjdk.tar.gz;
|
rm -rf /tmp/openjdk.tar.gz;
|
||||||
|
|
||||||
ENV JAVA_HOME=/usr/lib/jvm/openjdk16 PATH="/usr/lib/jvm/openjdk16/bin:$PATH"
|
ENV JAVA_HOME=/usr/lib/jvm/openjdk16 PATH="/usr/lib/jvm/openjdk16/bin:$PATH"
|
||||||
ADD ./bundle-app/backend/ /opt/bundle/
|
ADD ./bundle-backend/ /opt/penpot/backend/
|
||||||
WORKDIR /opt/bundle
|
WORKDIR /opt/penpot/backend
|
||||||
CMD ["/bin/bash", "run.sh"]
|
CMD ["/bin/bash", "run.sh"]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
FROM nginx:latest
|
FROM nginx:latest
|
||||||
LABEL maintainer="Andrey Antukh <niwi@niwi.nz>"
|
LABEL maintainer="Andrey Antukh <niwi@niwi.nz>"
|
||||||
|
|
||||||
ADD ./bundle-app/frontend /var/www/app/
|
ADD ./bundle-frontend/ /var/www/app/
|
||||||
ADD ./files/config.js /var/www/app/js/config.js
|
ADD ./files/config.js /var/www/app/js/config.js
|
||||||
ADD ./files/nginx.conf /etc/nginx/nginx.conf
|
ADD ./files/nginx.conf /etc/nginx/nginx.conf
|
||||||
ADD ./files/nginx-entrypoint.sh /entrypoint.sh
|
ADD ./files/nginx-entrypoint.sh /entrypoint.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue