Dockerfile update for new layout

pull/5/head
Drew Bednar 8 months ago
parent 2cf8e81f90
commit d087e14284

3
.gitignore vendored

@ -1 +1,2 @@
node_modules/
node_modules/
dist/*.{html,js,css,ico}

@ -1,2 +1,2 @@
FROM nginx
COPY ./src /usr/share/nginx/html
COPY ./src/index.html ./src/script.js ./src/main.css /usr/share/nginx/html