mirror of
https://github.com/studiokaiji/nostr-webhost.git
synced 2025-12-17 06:44:28 +01:00
Remove entrypoint script copy from Dockerfile
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user