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 fcfd404 commit 5d2be4fCopy full SHA for 5d2be4f
Dockerfile
@@ -8,7 +8,7 @@ RUN mkdir -p /run/nginx
8
COPY nginx.conf /etc/nginx/
9
10
# copy swagger files to the `/js` folder
11
-COPY ./dev-helpers/index.html /usr/share/nginx/html/
+COPY ./index.html /usr/share/nginx/html/
12
ADD ./dist/*.js /usr/share/nginx/html/dist/
13
ADD ./dist/*.css /usr/share/nginx/html/dist/
14
ADD ./docker-run.sh /usr/share/nginx/
0 commit comments