Skip to content

Commit ba634a3

Browse files
authored
Merge pull request #10 from chris-crone/platform-fix
compose: Fix platform
2 parents 07b55bd + e4cf34f commit ba634a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- ./client:/usr/share/nginx/html
88
server:
99
image: demo-microservice
10-
platform: wasi/wasm32
10+
platform: wasi/wasm
1111
build:
1212
context: .
1313
ports:

0 commit comments

Comments
 (0)