Add prod from CMS (#111)

This commit is contained in:
Niklas Fondberg
2022-04-19 13:02:48 +02:00
committed by GitHub
parent 1afebfdfdb
commit 60d4d312f1
4 changed files with 11 additions and 3 deletions
+1
View File
@@ -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"]