mirror of
https://github.com/zama-ai/fhevm-solidity.git
synced 2026-01-14 15:08:00 -05:00
15 lines
265 B
YAML
15 lines
265 B
YAML
version: "3.8"
|
|
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
args:
|
|
FHEVM_TFHE_CLI_TAG: v0.1.2
|
|
image: docker-python-fhevm
|
|
volumes:
|
|
- ../:/home
|
|
stdin_open: true
|
|
tty: true
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|