We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5838b8c commit b51c259Copy full SHA for b51c259
Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:lts AS builder
2
WORKDIR /app
3
-COPY ..
+COPY . .
4
RUN npm ci
5
RUN npm run build
6
RUN npm run build-storybook -- -o dist/storybook
0 commit comments