Skip to content

Commit e6539ad

Browse files
authored
Update Dockerfile
1 parent 88903e2 commit e6539ad

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
FROM node:lts-buster
23

34
RUN apt-get update && \
@@ -14,6 +15,4 @@ RUN npm install && npm install qrcode-terminal
1415

1516
COPY . .
1617

17-
EXPOSE 5000
18-
19-
CMD ["node", "start"]
18+
EXPOSE 3000

0 commit comments

Comments
 (0)