Skip to content

Commit 71e2f31

Browse files
R VR V
authored andcommitted
BIOS-001: Changed port to 4200
1 parent e44c7be commit 71e2f31

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
@@ -25,8 +25,8 @@ COPY nginx.conf /etc/nginx/nginx.conf
2525
# Using wildcard to handle any project name
2626
COPY --from=build /app/dist/*/browser /usr/share/nginx/html
2727

28-
# Expose port 80
29-
EXPOSE 80
28+
# Expose port 4200
29+
EXPOSE 4200
3030

3131
# Start nginx
3232
CMD ["nginx", "-g", "daemon off;"]

0 commit comments

Comments
 (0)