Skip to content

Commit 2cf1b26

Browse files
committed
Fix building Docker image
1 parent 3a05299 commit 2cf1b26

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM node:alpine
22

3+
COPY . .
4+
5+
RUN npm run install
36
RUN npm run build
47

58
EXPOSE 3000

0 commit comments

Comments
 (0)