mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
server: Update paths
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM openjdk:8-jre-alpine
|
FROM openjdk:8-jre-alpine
|
||||||
RUN mkdir /app
|
RUN mkdir /app
|
||||||
COPY uhabits-server.jar /app/uhabits-server.jar
|
COPY build/libs/uhabits-server.jar /app/uhabits-server.jar
|
||||||
ENV LOOP_REPO_PATH /data/
|
ENV LOOP_REPO_PATH /data/
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
CMD ["java", \
|
CMD ["java", \
|
||||||
|
|||||||
@@ -4,6 +4,6 @@ ktor {
|
|||||||
port = ${?PORT}
|
port = ${?PORT}
|
||||||
}
|
}
|
||||||
application {
|
application {
|
||||||
modules = [ org.isoron.uhabits.sync.app.SyncApplicationKt.main ]
|
modules = [ org.isoron.uhabits.server.app.SyncApplicationKt.main ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user