Skip to content

Commit fc9a309

Browse files
committed
Add sourcemaps to Docker builds
1 parent 2a8151c commit fc9a309

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ COPY nginx.conf /etc/nginx/
1010
# copy swagger files to the `/js` folder
1111
COPY ./index.html /usr/share/nginx/html/
1212
ADD ./dist/*.js /usr/share/nginx/html/dist/
13+
ADD ./dist/*.map /usr/share/nginx/html/dist/
1314
ADD ./dist/*.css /usr/share/nginx/html/dist/
1415
ADD ./docker-run.sh /usr/share/nginx/
1516

0 commit comments

Comments
 (0)