Skip to content

Commit

Permalink
set container to root user
Browse files Browse the repository at this point in the history
  • Loading branch information
zjeffer committed Apr 27, 2024
1 parent e149449 commit 8079c0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ WORKDIR /app
# Add your application files to the container
COPY . /app

USER root

# Define the command to run your application
CMD ["/bin/bash"]

0 comments on commit 8079c0d

Please sign in to comment.