Skip to content

Commit

Permalink
Make the server a forced volume, as it should bne
Browse files Browse the repository at this point in the history
  • Loading branch information
Doridian committed Mar 29, 2024
1 parent 32c4968 commit 8804827
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 @@ -6,6 +6,8 @@ RUN apt update && \
rm -rf /var/cache/apt
RUN pip3 install python_a2s

VOLUME /home/server

RUN groupadd server -g 1000 && \
useradd server -u 1000 -g 1000 -s /bin/false && \
mkdir -p /home/server && \
Expand Down

0 comments on commit 8804827

Please sign in to comment.