Skip to content

Commit

Permalink
remove memory limit at build-time
Browse files Browse the repository at this point in the history
not limit memory use
  • Loading branch information
bilalesi authored Oct 24, 2023
2 parents 85bdf9d + ec19e40 commit 9a27955
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
publish-preview:
if: github.event_name == 'push'
runs-on: ubuntu-latest
timeout-minutes: 40
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM timbru31/node-alpine-git as builder

WORKDIR /tmp/nexus-web
COPY . /tmp/nexus-web
RUN yarn && yarn --max-old-space-size=6144 build
RUN yarn && yarn build

FROM node:18-alpine
ENV NODE_ENV=production
Expand Down

0 comments on commit 9a27955

Please sign in to comment.