Fix for timezone issues
This commit is contained in:
@@ -9,5 +9,6 @@ COPY /.next/standalone ./
|
|||||||
COPY /.next/static ./.next/static
|
COPY /.next/static ./.next/static
|
||||||
EXPOSE 7575
|
EXPOSE 7575
|
||||||
ENV PORT 7575
|
ENV PORT 7575
|
||||||
|
RUN apk add tzdata
|
||||||
VOLUME /app/data/configs
|
VOLUME /app/data/configs
|
||||||
CMD ["node", "server.js"]
|
CMD ["node", "server.js"]
|
||||||
|
|||||||
Reference in New Issue
Block a user