3769 - Differentiate forbidden and unauthenticated - add product group filter (#153)
This commit is contained in:
+1
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user