mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
set the default h2 path to a relative one next to the executable
This commit is contained in:
@@ -4,6 +4,6 @@ EXPOSE 8082
|
||||
RUN mkdir -p /commafeed/data
|
||||
VOLUME /commafeed/data
|
||||
|
||||
COPY commafeed-server/target/commafeed-*-runner /commafeed/app/application
|
||||
WORKDIR /commafeed/app
|
||||
COPY commafeed-server/target/commafeed-*-runner /commafeed/application
|
||||
WORKDIR /commafeed
|
||||
CMD ["./application"]
|
||||
|
||||
Reference in New Issue
Block a user