Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tech-6 committed Nov 26, 2024
1 parent a332855 commit 23c5f23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ RUN <<EOF
mkdir -p /app/data
mkdir -p /var/log/reposilite
addgroup -Sg "$PGID" reposilite

adduser -SH \
-h /app \
-s "/usr/sbin/nologin" \
Expand All @@ -68,5 +67,4 @@ HEALTHCHECK --interval=30s --timeout=30s --start-period=15s \
echo Fail && exit 2\
)"]
ENTRYPOINT ["/app/entrypoint.sh"]
CMD []
EXPOSE 8080

0 comments on commit 23c5f23

Please sign in to comment.