Skip to content

Commit b51c259

Browse files
authored
Update Dockerfile
1 parent 5838b8c commit b51c259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:lts AS builder
22
WORKDIR /app
3-
COPY ..
3+
COPY . .
44
RUN npm ci
55
RUN npm run build
66
RUN npm run build-storybook -- -o dist/storybook

0 commit comments

Comments
 (0)