fix timezone for publish date mutation (#149)
This commit is contained in:
+1
-1
@@ -12,4 +12,4 @@ ENV NEW_RELIC_NO_CONFIG_FILE=true
|
||||
# Installs npm dependencies on container
|
||||
RUN npm ci
|
||||
# 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"]
|
||||
|
||||
Reference in New Issue
Block a user