format both Dockerfiles the same way

This commit is contained in:
Athou
2024-08-19 10:29:35 +02:00
parent 10008ca0e8
commit 181dd24b57
2 changed files with 1 additions and 1 deletions

View File

@@ -6,4 +6,5 @@ VOLUME /commafeed/data
COPY commafeed-server/target/commafeed-*-runner /commafeed/application
WORKDIR /commafeed
CMD ["./application"]