Skip to content

Commit

Permalink
Merge pull request Dadoum#70 from litori/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
Dadoum authored May 2, 2023
2 parents c0bece0 + bdd6f2c commit cb953a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ COPY --from=builder /opt/bin/provision_anisette-server /opt/anisette_server

# Setup rootless user which works with the volume mount
RUN useradd -ms /bin/bash Chester \
&& mkdir /opt/lib/ \
&& mkdir /home/Chester/.config/Provision/lib/ -p \
&& chown -R Chester /home/Chester/ \
&& chmod -R +wx /home/Chester/ \
&& chown -R Chester /opt/ \
&& chmod -R +wx /opt/

Expand Down

0 comments on commit cb953a2

Please sign in to comment.