Skip to content
Snippets Groups Projects
Commit f5a28cce authored by Tobias Mieves's avatar Tobias Mieves :sparkles:
Browse files

fix: container user running as root

parent f0dae230
No related branches found
No related tags found
No related merge requests found
Pipeline #240091 passed with warnings
......@@ -9,4 +9,5 @@ COPY . /app
RUN mkdir -p /app/db/
RUN chmod +x /app/start.sh
EXPOSE 8000
USER 1000
ENTRYPOINT ["./start.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment