Skip to content

Commit

Permalink
put volume
Browse files Browse the repository at this point in the history
  • Loading branch information
habibimustafa authored Oct 10, 2023
1 parent 9533dea commit 43504a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ RUN useradd -ms /bin/bash --no-user-group -g $AGRSGROUP -u 1337 assistest
RUN mkdir /home/assistest/student-app && chown -R assistest:assistest /home/assistest/student-app
RUN mkdir /home/assistest/report && chown -R assistest:assistest /home/assistest/report

VOLUME ["/home/assistest/student-app"]

WORKDIR /home/assistest/app
RUN chown -R assistest:assistest /home/assistest/app

Expand Down

0 comments on commit 43504a0

Please sign in to comment.