Skip to content

Commit

Permalink
increase memory for client
Browse files Browse the repository at this point in the history
  • Loading branch information
slayer321 committed Nov 3, 2023
1 parent 664a5c4 commit 982d602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Build and Publish with signature
run: |
TAG=${GITHUB_REF#refs/*/}
acorn build --platform linux/amd64 --push -t ghcr.io/infracloudio/mern-acorn:${TAG} .
acorn build --platform linux/amd64 --platform linux/arm64 --push -t ghcr.io/infracloudio/mern-acorn:${TAG} .
1 change: 1 addition & 0 deletions Acornfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ containers: {
context: "./client"
dockerfile: "./client/Dockerfile"
}
memory: 1536Mi
dirs: "/usr/src/app": "./client"
ports: publish: "3000:3000/http"
env: {
Expand Down

0 comments on commit 982d602

Please sign in to comment.