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