3769 - Differentiate forbidden and unauthenticated - add product group filter (#153)

This commit is contained in:
Anders Gustafsson
2023-05-23 08:40:44 +02:00
committed by GitHub
parent 7f341f510e
commit 6feb7ee388
7 changed files with 18 additions and 6 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", "TZ=Europe/Paris", "ts-node", "src/index.ts"]
CMD ["npx", "nodemon", "-w", "src", "--ext", "ts, graphql", "--exec", "TZ=Europe/Paris", "ts-node", "src/index.ts"]