mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-05 07:09:52 +01:00
Fix for timezone issues
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user