1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

Compare commits

..

1 Commits

Author SHA1 Message Date
e571e5266d fix: dockerfile syntax error 2021-02-07 12:58:24 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ ENV WAKAPI_DB_NAME=/data/wakapi.db
ENV WAKAPI_PASSWORD_SALT ''
ENV WAKAPI_LISTEN_IPV4 '0.0.0.0'
ENV WAKAPI_INSECURE_COOKIES 'true'
ENV WAKAPI_ALLOW_SIGNUP 'true
ENV WAKAPI_ALLOW_SIGNUP 'true'
COPY --from=build-env /app .

View File

@ -1 +1 @@
1.23.2
1.23.3