Skip to content

Commit c664e10

Browse files
committed
Optimize the dockerfile
1 parent d442d87 commit c664e10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM wichtounet/budgetwarrior:build
22

3-
ADD release_debug/gcc-15/bin/server /bin/server
4-
ADD budgetwarrior/tools/yfinance_quote.py /bin/yfinance_quote.py
5-
63
EXPOSE 8080
74

85
CMD ["/bin/server", ""]
6+
7+
ADD budgetwarrior/tools/yfinance_quote.py /bin/yfinance_quote.py
8+
ADD release_debug/gcc-15/bin/server /bin/server

0 commit comments

Comments
 (0)