Fix for timezone issues

This commit is contained in:
Larvey
2022-06-07 11:19:53 -04:00
committed by Aimsucks
parent 7519b4a6b2
commit 5033323b7c

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"]