🔀 Merge pull request #186 from LarveyOfficial/patch-1

Fix for timezone issues
This commit is contained in:
Thomas Camlong
2022-06-07 17:22:57 +02:00
committed by GitHub

View File

@@ -9,5 +9,6 @@ COPY /.next/standalone ./
COPY /.next/static ./.next/static
EXPOSE 7575
ENV PORT 7575
RUN apk add tzdata
VOLUME /app/data/configs
CMD ["node", "server.js"]