Skip to content

Commit

Permalink
fix: fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-du committed Jan 15, 2021
1 parent e018664 commit 9ed78c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ COPY --from=builder /app/target/release/wiki-graph /usr/local/bin

EXPOSE 3690

CMD wiki-graph -d -p app
CMD ["wiki-graph","-d","app"]

0 comments on commit 9ed78c0

Please sign in to comment.