0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 02:28:18 -05:00

🐳 💡 Update prod docker mainteners

This commit is contained in:
mathieu.brunot 2019-05-16 00:44:52 +02:00
parent 0a0e0e33ab
commit 26260c7056
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ RUN set -ex; \
# Once application has been built, prepare production image
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
COPY --from=0 /home/uxbox/backend/dist/uxbox-backend.jar /srv/uxbox/app.jar

View file

@ -28,7 +28,7 @@ RUN set -ex; \
# Once application has been built, prepare production image
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 \
LC_ALL=C.UTF-8