Skip to content

Commit

Permalink
New docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWindle committed Sep 13, 2023
1 parent c291101 commit c943849
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions yarn-project/aztec-sandbox/Dockerfile.multi
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM 278380418400.dkr.ecr.eu-west-2.amazonaws.com/aztec-sandbox AS builder

FROM node:18-alpine

COPY --from=builder /usr/src/ /usr/src/
WORKDIR /usr/src/yarn-project/aztec-sandbox

ENTRYPOINT ["yarn"]
CMD [ "start" ]
EXPOSE 8080

0 comments on commit c943849

Please sign in to comment.