Selaa lähdekoodia

Merge pull request #2739 from swagger-api/issue-2738

copy all files
bubble
Tony Tam 7 vuotta sitten
committed by GitHub
vanhempi
commit
eefe1267af
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile Näytä tiedosto

@@ -9,7 +9,7 @@ COPY nginx.conf /etc/nginx/

# copy swagger files to the `/js` folder
ADD ./dist/ /usr/share/nginx/html/js
ADD ./public/index.html /usr/share/nginx/html
ADD ./public/* /usr/share/nginx/html

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


Ladataan…
Peruuta
Tallenna