mirror of
https://github.com/penpot/penpot.git
synced 2025-02-15 03:28:25 -05:00
🐳 💡 Update prod docker mainteners
This commit is contained in:
parent
0a0e0e33ab
commit
26260c7056
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ RUN set -ex; \
|
||||||
# Once application has been built, prepare production image
|
# Once application has been built, prepare production image
|
||||||
FROM openjdk:8-jre
|
FROM openjdk:8-jre
|
||||||
|
|
||||||
LABEL maintainer="mathieu.brunot at monogramm dot io"
|
LABEL maintainer="Monogramm Maintainers <opensource at monogramm dot io>"
|
||||||
|
|
||||||
# Add uxbox as provided by builder
|
# Add uxbox as provided by builder
|
||||||
COPY --from=0 /home/uxbox/backend/dist/uxbox-backend.jar /srv/uxbox/app.jar
|
COPY --from=0 /home/uxbox/backend/dist/uxbox-backend.jar /srv/uxbox/app.jar
|
||||||
|
|
|
@ -28,7 +28,7 @@ RUN set -ex; \
|
||||||
# Once application has been built, prepare production image
|
# Once application has been built, prepare production image
|
||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
|
|
||||||
LABEL maintainer="mathieu.brunot at monogramm dot io"
|
LABEL maintainer="Monogramm Maintainers <opensource at monogramm dot io>"
|
||||||
|
|
||||||
ENV LANG=en_US.UTF-8 \
|
ENV LANG=en_US.UTF-8 \
|
||||||
LC_ALL=C.UTF-8
|
LC_ALL=C.UTF-8
|
||||||
|
|
Loading…
Add table
Reference in a new issue