Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Apr 24, 2024
1 parent e2b3599 commit 1bd785c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ RUN apt-get update && \
buildout -N -c docker.cfg
# sed -i 's/bind 127.0.0.1 ::1/bind 0.0.0.0/g' ./etc/redis.conf

RUN chgrp -R 0 /app && chmod -R g=u /app \
&& chgrp -R 0 /data && chmod -R g=u /data
RUN chgrp -R 0 /app && chmod -R g=u /app

USER 1001

Expand Down

0 comments on commit 1bd785c

Please sign in to comment.