Skip to content

Commit 23fce9a

Browse files
committed
v3.16.0
fix maintenance dockerfile
1 parent 10969a4 commit 23fce9a

5 files changed

Lines changed: 3 additions & 5 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
OCELOT_VERSION=sha-b629307
1+
OCELOT_VERSION=sha-3d9b353

branding/email/templates/de/.gitkeep

Lines changed: 0 additions & 1 deletion
This file was deleted.

branding/email/templates/en/.gitkeep

Lines changed: 0 additions & 1 deletion
This file was deleted.

docker/maintenance.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ ARG OCELOT_VERSION=master
33
FROM ghcr.io/ocelot-social-community/ocelot-social/maintenance-build:${OCELOT_VERSION} AS build
44

55
FROM ghcr.io/ocelot-social-community/ocelot-social/maintenance-base:${OCELOT_VERSION} AS branded
6-
COPY --from=build ./app/dist/ /usr/share/nginx/html/
7-
COPY --from=build ./app/maintenance/nginx/custom.conf /etc/nginx/conf.d/default.conf
6+
COPY --from=build /app/.output/public/ /usr/share/nginx/html/
7+
COPY --from=build /app/nginx/custom.conf /etc/nginx/conf.d/default.conf

0 commit comments

Comments
 (0)