Initial commit
This commit is contained in:
12
Frontend/Dockerfile
Normal file
12
Frontend/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM nginx:stable-alpine
|
||||
|
||||
COPY ./* /usr/share/nginx/html/Frontend/
|
||||
|
||||
# COPY ./xpath.html /usr/share/nginx/html
|
||||
|
||||
|
||||
# COPY ./index.html /usr/share/nginx/html
|
||||
# COPY ./logo.png /usr/share/nginx/html
|
||||
# COPY ./styles.css /usr/share/nginx/html
|
||||
# COPY ./common.css /usr/share/nginx/html
|
||||
# COPY ./favicon.ico /usr/share/nginx/html
|
||||
Reference in New Issue
Block a user