Adjust dockerfile
This commit is contained in:
parent
29f724aaa6
commit
4f603eb6f9
@ -3,4 +3,5 @@ WORKDIR /usr/src/app
|
||||
COPY package*.json ./
|
||||
RUN npm ci --only=production
|
||||
COPY . .
|
||||
CMD [ "node", "app.js" ]
|
||||
EXPOSE 8460
|
||||
CMD [ "node", "app.js" ]
|
||||
|
Reference in New Issue
Block a user