Fix for timezone issues

This commit is contained in:
Larvey
2022-06-07 11:19:53 -04:00
committed by GitHub
parent f19b4675ad
commit 76e02cf148

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