diff --git a/Dockerfile b/Dockerfile index 1462c37..2c802d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,10 +21,10 @@ RUN apk add --no-cache bash ## Copy .env file and shell script to container COPY --from=build /app/dist ./ -COPY --from=build /app/entrypoint.sh . +COPY --from=build /app/entrypoint.sh / ## Make shell script executable and prevent windows encoding -RUN sed -i -e 's/\r$//' entrypoint.sh && chmod +x entrypoint.sh +RUN sed -i -e 's/\r$//' /entrypoint.sh && chmod +x /entrypoint.sh # add non-root user RUN touch /var/run/nginx.pid diff --git a/package.json b/package.json index fadf544..11e792d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knowledge", - "version": "1.11.3", + "version": "1.11.4", "description": "The user interface that presents the service offer of the INSEE survey information system", "author": "u/ddecrulle", "license": "MIT",