nginx
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY public /var/www/html
|
||||
COPY public /usr/share/nginx/html
|
||||
|
Reference in New Issue
Block a user
@ -1,3 +1,3 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY public /var/www/html
|
||||
COPY public /usr/share/nginx/html
|
||||
|