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

Specify docker platform in composer #190

Merged
merged 4 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading