Skip to content

Commit

Permalink
[SAT-284] Define platform on docker-compose-dev (#544)
Browse files Browse the repository at this point in the history
Defining the platform on docker-compose-dev will help OSx users
prevent build issues, particularly Apple Silicon users.
  • Loading branch information
filipechagas authored Aug 3, 2021
1 parent ddf4d71 commit 73d1673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
version: "3.5"
services:
app:
platform: linux/x86_64
image: gitignore-io:latest
build:
context: ./
Expand Down

0 comments on commit 73d1673

Please sign in to comment.