Procházet zdrojové kódy

Added missing slash

bubble
Damiano Petrungaro před 7 roky
committed by GitHub
rodič
revize
a5a65589ce
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile Zobrazit soubor

@@ -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/* /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


Načítá se…
Zrušit
Uložit