Skip to content

Commit

Permalink
fix front-end dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gfxcc committed Dec 3, 2024
1 parent e32d49e commit dcf8e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front-end/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN npm run build -- --configuration=production --project=san11-platform

# Stage 2: Serve with Caddy
FROM caddy:2.6.4-alpine
COPY --from=build /app/dist/san11-platform /srv
COPY --from=build /app/dist/san11-platform/browser /srv
COPY Caddyfile /etc/caddy/Caddyfile

EXPOSE 80
Expand Down

0 comments on commit dcf8e10

Please sign in to comment.