chore: move run.sh in scripts folder (#2649)
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2649 Reviewed-by: konrad <k@knt.li> Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de> Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
This commit is contained in:
parent
07297196f9
commit
5057b69382
@ -29,7 +29,7 @@ RUN \
|
|||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
|
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
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 compiled files from stage 1
|
||||||
COPY --from=compile-image /build/dist /usr/share/nginx/html
|
COPY --from=compile-image /build/dist /usr/share/nginx/html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user