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

@@ -1,5 +1,4 @@
FROM ibm-semeru-runtimes:open-21.0.4_7-jre
EXPOSE 8082
RUN mkdir -p /commafeed/data

View File

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