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

Commit

Permalink
Specify docker platform in composer (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch committed Sep 10, 2024
1 parent 6b485e4 commit b0df4e0
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 36 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,6 @@ dmypy.json

# vscode
.vscode/settings.json

# vim
*.swp
2 changes: 2 additions & 0 deletions frontend/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
services:
nextjs:
container_name: next-dev
platform: linux/amd64
build:
context: .
target: dev
Expand All @@ -15,6 +16,7 @@ services:

storybook:
container_name: storybook
platform: linux/amd64
build:
context: .
target: dev
Expand Down
51 changes: 15 additions & 36 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

0 comments on commit b0df4e0

Please sign in to comment.