Skip to content

Commit 3cb4e53

Browse files
committed
change build folder
1 parent dbd5353 commit 3cb4e53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ RUN export APP_VERSION=$(grep version package.json | awk -F: '{ print $2 }' | se
3434
# ============================================================
3535
FROM container-registry.platta-net.hel.fi/devops-toolchain/nginx-spa-standard:1.0 AS production
3636

37-
# 1. Copy the compiled assets (Using /app/dist as Vite default)
38-
COPY --from=staticbuilder /app/dist /usr/share/nginx/html
37+
# 1. Copy the compiled assets
38+
COPY --from=staticbuilder /app/build /usr/share/nginx/html
3939

4040
# 2. Inject App-Specific Nginx Config
4141
COPY --from=staticbuilder /app/readiness.conf* /etc/nginx/includes/

0 commit comments

Comments
 (0)