Remove notification service
This commit is contained in:
parent
c53c80d8a2
commit
1b30d725f1
1 changed files with 0 additions and 8 deletions
|
|
@ -1,8 +0,0 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
FROM node:current-slim
|
||||
ENV NODE_ENV=production
|
||||
WORKDIR /app-notification
|
||||
COPY ["package.json", "package-lock.json*", "./"]
|
||||
RUN npm install --production
|
||||
COPY . .
|
||||
CMD [ "node", "server.js" ]
|
||||
Reference in a new issue