Remove go-nitro repo dependency from nitro-node and bridge stacks #12
@ -4,6 +4,7 @@ services:
|
|||||||
# Optionally deploys the Nitro contracts
|
# Optionally deploys the Nitro contracts
|
||||||
nitro-contracts:
|
nitro-contracts:
|
||||||
image: cerc/nitro-contracts:local
|
image: cerc/nitro-contracts:local
|
||||||
|
working_dir: /app
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG}
|
CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM debian:bookworm-slim
|
FROM ubuntu:latest
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y jq netcat-traditional ca-certificates curl
|
RUN apt-get install -y jq netcat-traditional ca-certificates curl
|
||||||
|
Loading…
Reference in New Issue
Block a user