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

Commit

Permalink
Update docker-compose.yml to specify platform
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch committed Sep 6, 2024
1 parent 4a1caf5 commit 49646b7
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 49646b7

Please sign in to comment.