4 lines
84 B
Docker
4 lines
84 B
Docker
FROM nginx as production-stage
|
|
RUN mkdir /app
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|