nitro-stack/stack-orchestrator/container-build/cerc-nitro-contracts/Dockerfile
nabarun 4ccc1f793a Add script to deploy new tokens (#13)
Part of [Create bridge channel in go-nitro](https://www.notion.so/Create-bridge-channel-in-go-nitro-22ce80a0d8ae4edb80020a8f250ea270)

Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
Reviewed-on: #13
2024-10-21 09:58:53 +00:00

11 lines
166 B
Docker

FROM node:18.17.1-alpine3.18
RUN apk --update --no-cache add python3 alpine-sdk bash curl jq
WORKDIR /app
COPY . .
RUN echo "Installing dependencies" && \
yarn