docker
parent
18bc9accf7
commit
5330f3422e
|
@ -1,4 +1,4 @@
|
||||||
FROM nginx:latest
|
FROM nginx:1.25.3-alpine
|
||||||
|
|
||||||
COPY ./build /usr/share/nginx/html
|
COPY ./build /usr/share/nginx/html
|
||||||
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
Loading…
Reference in New Issue