Skip to content

Commit a45cef0

Browse files
committed
copy all files
1 parent 9409320 commit a45cef0

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
@@ -9,7 +9,7 @@ COPY nginx.conf /etc/nginx/
99

1010
# copy swagger files to the `/js` folder
1111
ADD ./dist/ /usr/share/nginx/html/js
12-
ADD ./public/index.html /usr/share/nginx/html
12+
ADD ./public/* /usr/share/nginx/html
1313

1414
# change the folder structure
1515
RUN sed -i 's/\.\.\/dist/js/g' /usr/share/nginx/html/index.html

0 commit comments

Comments
 (0)