init
This commit is contained in:
7
nginx/Dockerfile
Normal file
7
nginx/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM nginx:1.23.2-alpine
|
||||
|
||||
RUN mkdir -p /usr/share/nginx/html/static/frontend
|
||||
##COPY index.html /usr/share/nginx/html/static/frontend/.
|
||||
COPY ./default.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user