Added Dockerfile and some fixed some bugs

This commit is contained in:
Annika Merris 2024-01-17 21:17:00 -05:00
parent a8d677c34e
commit 0f37f195a9
11 changed files with 59 additions and 93 deletions

3
Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM nginx:stable-alpine
COPY docker/nginx.conf /etc/nginx/nginx.conf
COPY ./dist /usr/share/nginx/html