improvement(docker): avoid caching mounted json/yml/yaml assets (via #5151)

This commit is contained in:
Segev Finer
2019-02-02 08:14:48 +02:00
committed by kyle
parent 455ec3d377
commit dd34393ea2
4 changed files with 27 additions and 26 deletions

View File

@@ -13,7 +13,7 @@ ENV SWAGGER_JSON "/app/swagger.json"
ENV PORT 8080
ENV BASE_URL ""
COPY ./docker/nginx.conf /etc/nginx/
COPY ./docker/nginx.conf ./docker/cors.conf /etc/nginx/
# copy swagger files to the `/js` folder
COPY ./dist/* /usr/share/nginx/html/