Remove entrypoint script copy from Dockerfile

This commit is contained in:
studiokaiji
2025-11-30 20:03:14 +09:00
parent 0b4beebf7e
commit a79b32615c

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 && \