We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8151c commit fc9a309Copy full SHA for fc9a309
Dockerfile
@@ -10,6 +10,7 @@ COPY nginx.conf /etc/nginx/
10
# copy swagger files to the `/js` folder
11
COPY ./index.html /usr/share/nginx/html/
12
ADD ./dist/*.js /usr/share/nginx/html/dist/
13
+ADD ./dist/*.map /usr/share/nginx/html/dist/
14
ADD ./dist/*.css /usr/share/nginx/html/dist/
15
ADD ./docker-run.sh /usr/share/nginx/
16
0 commit comments