testnet-laconicd-stack/stack-orchestrator/container-build/cerc-laconic-shopify/Dockerfile

10 lines
87 B
Docker
Raw Normal View History

2024-10-25 06:51:19 +00:00
FROM node:20-bullseye
WORKDIR /app
COPY . .
RUN yarn install
CMD ["yarn", "start"]