Skip to content

Commit

Permalink
Added nginx config and docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
InfiniteLoupe committed Nov 19, 2024
1 parent eb261ef commit 2927f70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nginx/dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM nginx:alpine

COPY ./nginx.conf /etc/nginx/nginx.conf
COPY ./dist /usr/share/nginx/html

CMD ["nginx", "-g", "daemon off;"]
1 change: 1 addition & 0 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TODO

0 comments on commit 2927f70

Please sign in to comment.