mirror of
https://github.com/studiokaiji/nostr-webhost.git
synced 2026-02-18 21:45:10 +01:00
Remove executable permission for entrypoint script in Dockerfile
This commit is contained in:
@@ -41,7 +41,6 @@ COPY --from=builder /app/hostr .
|
||||
|
||||
# Create directories for data and config
|
||||
RUN mkdir -p /app/data /home/hostr/.nostr-webhost && \
|
||||
chmod +x /app/docker-entrypoint.sh && \
|
||||
chown -R hostr:hostr /app /home/hostr
|
||||
|
||||
# Switch to non-root user
|
||||
|
||||
Reference in New Issue
Block a user