Create Dockerfile
parent
f99bb17a53
commit
48d588f91c
|
@ -0,0 +1,4 @@
|
|||
FROM nginx:1.17.3
|
||||
|
||||
RUN rm /etc/nginx/conf.d/default.conf
|
||||
COPY frontend-nginx.conf /etc/nginx/conf.d
|
Loading…
Reference in New Issue