mirror of
https://github.com/terorie/od-database-crawler.git
synced 2025-12-10 22:18:55 +00:00
Fix Dockerfile
This commit is contained in:
@@ -7,4 +7,4 @@ RUN cd /src \
|
||||
FROM alpine
|
||||
WORKDIR /app
|
||||
COPY --from=builder /src/binary /app/
|
||||
ENTRYPOINT ./binary
|
||||
ENTRYPOINT [ "/app/binary", "server" ]
|
||||
|
||||
Reference in New Issue
Block a user