Add prod from CMS (#111)
This commit is contained in:
@@ -7,5 +7,6 @@ EXPOSE 4000
|
||||
WORKDIR /app
|
||||
# Set node env
|
||||
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"]
|
||||
|
||||
Reference in New Issue
Block a user