Added frontend
This commit is contained in:
5
frontend/Dockerfile
Normal file
5
frontend/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM nginx:latest
|
||||
|
||||
COPY ./index.html /usr/share/nginx/html/index.html
|
||||
COPY ./index.css /usr/share/nginx/html/index.css
|
||||
COPY ./index.js /usr/share/nginx/html/index.js
|
Reference in New Issue
Block a user