Dockerfile update for new layout
parent
2cf8e81f90
commit
d087e14284
@ -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
|
||||
|
Reference in New Issue