Skip to content

Commit

Permalink
Remove fixed db path from containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
matbme committed Dec 6, 2023
1 parent 0cb489f commit 4e7e3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ RUN rm -rf main.go go.mod go.sum go.work Makefile core/ types/ vendor/

EXPOSE 8080

CMD ["/home/user/differ", "differ.db"]
CMD ["/home/user/differ"]

0 comments on commit 4e7e3c7

Please sign in to comment.