Skip to content

Commit 0c7c8ca

Browse files
authored
Update
1 parent 260c756 commit 0c7c8ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-buster
1+
FROM node:lts-buster
22

33
RUN apt-get update && \
44
apt-get install -y \
@@ -16,4 +16,4 @@ COPY . .
1616

1717
EXPOSE 5000
1818

19-
CMD ["node", "index.js"]
19+
CMD ["npm", "start"]

0 commit comments

Comments
 (0)