mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
format both Dockerfiles the same way
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
FROM ibm-semeru-runtimes:open-21.0.4_7-jre
|
FROM ibm-semeru-runtimes:open-21.0.4_7-jre
|
||||||
|
|
||||||
EXPOSE 8082
|
EXPOSE 8082
|
||||||
|
|
||||||
RUN mkdir -p /commafeed/data
|
RUN mkdir -p /commafeed/data
|
||||||
|
|||||||
@@ -6,4 +6,5 @@ VOLUME /commafeed/data
|
|||||||
|
|
||||||
COPY commafeed-server/target/commafeed-*-runner /commafeed/application
|
COPY commafeed-server/target/commafeed-*-runner /commafeed/application
|
||||||
WORKDIR /commafeed
|
WORKDIR /commafeed
|
||||||
|
|
||||||
CMD ["./application"]
|
CMD ["./application"]
|
||||||
|
|||||||
Reference in New Issue
Block a user