improvement(docker): avoid caching mounted json/yml/yaml assets (via #5151)
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user