diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,8 +11,8 @@ RUN npm run build FROM nginx:alpine AS server WORKDIR /usr/share/nginx/html -RUN apk add --no-cache bash +RUN apk add --no-cache gettext COPY nginx-entrypoint.sh / COPY --from=builder /app/dist ./ -ENTRYPOINT [ "bash", "/nginx-entrypoint.sh" ] +ENTRYPOINT [ "sh", "/nginx-entrypoint.sh" ] |
