update configs
This commit is contained in:
parent
e184d9e2be
commit
e56dc8aebe
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM nginx:stable-alpine
|
||||
WORKDIR /var/www/html
|
||||
|
||||
COPY /public /var/www/html
|
||||
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
3
nginx.conf
Normal file
3
nginx.conf
Normal file
@ -0,0 +1,3 @@
|
||||
server {
|
||||
root /var/www/html;
|
||||
}
|
Loading…
Reference in New Issue
Block a user