Merge pull request #67 from studiokaiji/fix-docker-rm

Remove entrypoint script copy from Dockerfile
This commit is contained in:
Haruki Nazawa
2025-11-30 20:09:13 +09:00
committed by GitHub

View File

@@ -39,9 +39,6 @@ WORKDIR /app
# Copy the binary from builder
COPY --from=builder /app/hostr .
# Copy entrypoint script
COPY docker-entrypoint.sh /app/docker-entrypoint.sh
# Create directories for data and config
RUN mkdir -p /app/data /home/hostr/.nostr-webhost && \
chmod +x /app/docker-entrypoint.sh && \