Compare commits
2 commits
23fc794a30
...
201da72c78
Author | SHA1 | Date | |
---|---|---|---|
201da72c78 | |||
33172ef496 |
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ COPY --from=build-stage /app/dist /usr/share/nginx/html
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
# Use a non-root user for security
|
# Use a non-root user for security
|
||||||
USER nginx
|
USER 1000
|
||||||
|
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
CMD ["nginx", "-g", "daemon off;"]
|
Loading…
Add table
Reference in a new issue