server: Update paths

feature/sync2
Alinson S. Xavier 4 years ago
parent 8cd5b93b47
commit b7232b12cd
No known key found for this signature in database
GPG Key ID: DCA0DAD4D2F58624

@ -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 ]
} }
} }

Loading…
Cancel
Save