Adjust dockerfile

This commit is contained in:
Fred Boniface 2022-12-19 11:07:59 +00:00
parent 29f724aaa6
commit 4f603eb6f9
1 changed files with 2 additions and 1 deletions

View File

@ -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" ]