57 basic auth dev only (#58)

This commit is contained in:
Anders Gustafsson
2021-09-29 10:43:51 +02:00
committed by GitHub
parent e5aa1486e3
commit a270d0d523
4 changed files with 8 additions and 3 deletions
+2
View File
@@ -5,5 +5,7 @@ FROM node:14.17.0
EXPOSE 4000
# Changes working directory to the new directory just created
WORKDIR /app
# Set node env
ENV NODE_ENV=development
# Command container will actually run when called
CMD ["npx", "nodemon", "-w", "src", "--ext", "ts", "--exec", "ts-node", "src/index.ts"]