Skip to content

Commit

Permalink
Merge pull request #193 from rg2011/patch-1
Browse files Browse the repository at this point in the history
Change owner of /opt/keypass files
  • Loading branch information
AlvaroVega authored Sep 16, 2024
2 parents 8080417 + 80f922d commit d1028a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ RUN \
apt-get -y remove maven && \
apt-get -y autoremove --purge && \
# Don't need old log files inside docker images
rm -f /var/log/*log
rm -f /var/log/*log && \
chown -R 1000:1000 /opt/keypass

# Define the entry point
ENTRYPOINT ["/opt/keypass/keypass-entrypoint.sh"]
Expand Down

0 comments on commit d1028a5

Please sign in to comment.