Преглед на файлове

Merge pull request #2742 from damianopetrungaro/master

Added missing slash in Dockerfile on ADD section
bubble
Tony Tam преди 7 години
committed by GitHub
родител
ревизия
2aa4aa0dd6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile Целия файл

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


Зареждане…
Отказ
Запис