Skip to content

Commit 5d2be4f

Browse files
committed
Use static index.html for Dockerfile
1 parent fcfd404 commit 5d2be4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN mkdir -p /run/nginx
88
COPY nginx.conf /etc/nginx/
99

1010
# copy swagger files to the `/js` folder
11-
COPY ./dev-helpers/index.html /usr/share/nginx/html/
11+
COPY ./index.html /usr/share/nginx/html/
1212
ADD ./dist/*.js /usr/share/nginx/html/dist/
1313
ADD ./dist/*.css /usr/share/nginx/html/dist/
1414
ADD ./docker-run.sh /usr/share/nginx/

0 commit comments

Comments
 (0)