aswi2021jmsd-gitlab/docker/nginx/Dockerfile @ c36d3299
1 |
FROM nginx:1.19-alpine |
---|---|
2 | |
3 |
COPY docker/nginx/application.conf /etc/nginx/conf.d/default.conf |
4 | |
5 |
# TODO copy only static resources
|
6 |
COPY . /app |
7 | |
8 |
WORKDIR /app |