chore: move run.sh in scripts folder #2649

Merged
konrad merged 1 commits from dpschen/frontend:feature/chore-move-run.sh-in-scripts-folder into main 2022-11-07 14:33:39 +00:00
2 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ RUN \
FROM nginx:alpine
COPY nginx.conf /etc/nginx/nginx.conf
COPY run.sh /run.sh
COPY scripts/run.sh /run.sh
# copy compiled files from stage 1
COPY --from=compile-image /build/dist /usr/share/nginx/html