fix timezone for publish date mutation (#149)

This commit is contained in:
Anders Gustafsson
2023-03-27 11:08:52 +02:00
committed by GitHub
parent c66a18478b
commit 88fc6f67f1
3 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ WORKDIR /app
ENV NODE_ENV=development
ENV NEW_RELIC_NO_CONFIG_FILE=true
# Command container will actually run when called
CMD ["npx", "nodemon", "-w", "src", "--ext", "ts", "--exec", "ts-node", "src/index.ts"]
CMD ["npx", "nodemon", "-w", "src", "--ext", "ts", "--exec", "TZ=Europe/Paris", "ts-node", "src/index.ts"]