Skip to content

Commit 8551bab

Browse files
committed
fix dockerfile
1 parent de439db commit 8551bab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ node_modules
22
.git/
33
*.tar
44
*.tgz
5-
test_results
5+
test_results
6+
!dist

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN yarn install --frozen-lockfile && yarn cache clean
1010

1111
COPY . .
1212

13-
RUN yarn run compile
13+
RUN yarn run build
1414

1515
RUN chown -R node: .
1616

0 commit comments

Comments
 (0)