Correction du nom du fichier de configuration Nginx dans le Dockerfile
This commit is contained in:
parent
85e0ab10af
commit
b70fd2ffc1
|
@ -4,7 +4,7 @@ WORKDIR /usr/bin/cre/
|
|||
|
||||
ARG ARTIFACT_NAME=ColorRecipesExplorer-ng
|
||||
COPY $ARTIFACT_NAME.zip .
|
||||
COPY frontend.nginx.conf /etc/nginx/nginx.conf
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
RUN apk update
|
||||
RUN apk add --no-cache zip
|
||||
|
|
Loading…
Reference in New Issue