Correction du nom du fichier de configuration Nginx dans le Dockerfile

This commit is contained in:
FyloZ 2021-02-12 12:19:21 -05:00
parent 85e0ab10af
commit b70fd2ffc1
1 changed files with 1 additions and 1 deletions

View File

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