Skip to content

Commit e96395e

Browse files
committed
Fix installing packages
1 parent 2cf1b26 commit e96395e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:alpine
22

33
COPY . .
44

5-
RUN npm run install
5+
RUN npm install
66
RUN npm run build
77

88
EXPOSE 3000

0 commit comments

Comments
 (0)