• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1version: "3"
2services:
3  build:
4    image: emscripten/emsdk:2.0.2
5    environment:
6      GITHUB_RUN_NUMBER: ${GITHUB_RUN_NUMBER:-}
7    working_dir: /app
8    command: ./source/wasm/build.sh
9    volumes:
10      - ./:/app
11