mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
server: Update paths
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM openjdk:8-jre-alpine
|
||||
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/
|
||||
WORKDIR /app
|
||||
CMD ["java", \
|
||||
|
||||
@@ -4,6 +4,6 @@ ktor {
|
||||
port = ${?PORT}
|
||||
}
|
||||
application {
|
||||
modules = [ org.isoron.uhabits.sync.app.SyncApplicationKt.main ]
|
||||
modules = [ org.isoron.uhabits.server.app.SyncApplicationKt.main ]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user