revert to old build script
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-05-20 15:37:21 +02:00
parent f2cb3e4e91
commit 15095f2d9f
4 changed files with 4 additions and 126 deletions

View File

@ -1,7 +1,7 @@
FROM openjdk:11-jre
ENV APPLICATION_USER ktor
RUN adduser -D -g '' $APPLICATION_USER
RUN adduser --defaults --gid '' $APPLICATION_USER
RUN mkdir /app
RUN chown -R $APPLICATION_USER /app