joysthadd commited on
Commit
115384d
·
verified ·
1 Parent(s): c339c74

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -47,7 +47,7 @@ RUN git clone git@github.com:Sisyetad/problemsolution.git /app/ProblemSolution &
47
  # Copy remaining app code (avoid overwriting ProblemSolution)
48
  COPY --chown=appuser:appgroup . /app/
49
 
50
- # Switch to non-root user
51
  USER appuser
52
 
53
  EXPOSE 8000
 
47
  # Copy remaining app code (avoid overwriting ProblemSolution)
48
  COPY --chown=appuser:appgroup . /app/
49
 
50
+ # Switch to non-root user
51
  USER appuser
52
 
53
  EXPOSE 8000