mirror of
https://github.com/terorie/od-database-crawler.git
synced 2025-04-10 05:56:42 +00:00
Fix Dockerfile
This commit is contained in:
parent
88856c1c19
commit
c9ff102d80
@ -7,4 +7,4 @@ RUN cd /src \
|
||||
FROM alpine
|
||||
WORKDIR /app
|
||||
COPY --from=builder /src/binary /app/
|
||||
ENTRYPOINT ./binary
|
||||
ENTRYPOINT [ "/app/binary", "server" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user