Skip to content

Commit

Permalink
Cleanup nginx config and dockerfile for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-battaglia committed Oct 19, 2023
1 parent 223a581 commit 546e4b2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 deletions.
7 changes: 1 addition & 6 deletions angular-frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
FROM nginxinc/nginx-unprivileged:stable

COPY dist/angular-frontend /usr/share/nginx/html
RUN mkdir /etc/nginx/templates
COPY backend.nginx.conf.template /etc/nginx/templates/backend.conf.template
COPY nginx.conf /etc/nginx/conf.d/websocket.conf

EXPOSE 80
COPY dist/angular-frontend /usr/share/nginx/html
21 changes: 0 additions & 21 deletions angular-frontend/backend.nginx.conf.template

This file was deleted.

5 changes: 0 additions & 5 deletions angular-frontend/nginx.conf

This file was deleted.

0 comments on commit 546e4b2

Please sign in to comment.