Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bennsimon committed Apr 28, 2021
1 parent b99389c commit f7df979
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-publish.yml
Expand Up @@ -6,7 +6,6 @@ on:
# See also https://github.com/crazy-max/ghaction-docker-meta#basic
branches:
- master
- add-docker-build-push-ci

# Publish `v1.2.3` tags as releases.
tags:
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Expand Up @@ -13,8 +13,7 @@ RUN chown -R node .
USER node

RUN cp /project/app/.env.sample /project/app/.env \
&& yarn --network-timeout 100000
# network timeout added to fix an issue with build on arm64 arch https://github.com/yarnpkg/yarn/issues/4890
&& yarn

USER root
RUN chown -R node .
Expand Down

0 comments on commit f7df979

Please sign in to comment.