Skip to content

Commit

Permalink
Fix casing error
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderVertegaal committed Dec 11, 2024
1 parent eaafd75 commit d2544c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.11 as builder
FROM node:20.11 AS builder

# Set the working directory
WORKDIR /app
Expand Down Expand Up @@ -28,4 +28,4 @@ COPY --from=builder /app/dist/out /usr/share/nginx/html
COPY ./nginx.conf /etc/nginx/conf.d/default.conf

# Expose port for the NGINX server
EXPOSE 4200
EXPOSE 4200

0 comments on commit d2544c7

Please sign in to comment.