57 basic auth dev only (#58)
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user