Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Fix yarn build
Browse files Browse the repository at this point in the history
Fix yarn build in GitHub Actions
  • Loading branch information
derogab committed Feb 15, 2021
1 parent cdd1292 commit 893af03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN yarn
# Copy app
COPY . .
# Build
RUN yarn build
RUN yarn run build

# production environment
FROM nginx:stable-alpine
Expand Down

0 comments on commit 893af03

Please sign in to comment.