Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrunic committed Mar 12, 2020
1 parent de439db commit 8551bab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
.git/
*.tar
*.tgz
test_results
test_results
!dist
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN yarn install --frozen-lockfile && yarn cache clean

COPY . .

RUN yarn run compile
RUN yarn run build

RUN chown -R node: .

Expand Down

0 comments on commit 8551bab

Please sign in to comment.