6 lines
73 B
Docker
6 lines
73 B
Docker
FROM nginx:alpine
|
|
|
|
WORKDIR /app
|
|
|
|
COPY ./nginx.conf /etc/nginx/nginx.conf
|