Skip to content

Commit

Permalink
fix hadolint
Browse files Browse the repository at this point in the history
Signed-off-by: SeanCondon <[email protected]>
  • Loading branch information
SeanCondon committed Sep 6, 2024
1 parent 803daef commit 748ba55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChatQnA/docker/ui/docker/Dockerfile.react
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ FROM nginx:alpine
COPY --from=vite-app /usr/app/react/dist /usr/share/nginx/html

COPY ./react/nginx.conf /tmp/nginx.conf
ENTRYPOINT envsubst < /tmp/nginx.conf > /etc/nginx/conf.d/default.conf && /usr/sbin/nginx -g "daemon off;"
ENTRYPOINT ["sh", "-c", "envsubst < /tmp/nginx.conf > /etc/nginx/conf.d/default.conf && /usr/sbin/nginx -g 'daemon off;'"]

0 comments on commit 748ba55

Please sign in to comment.