Commit 377a7056 authored by Will Cory's avatar Will Cory

ascii remove

parent ac49af2c
......@@ -2,12 +2,6 @@
# be used to build any of the follow-on services
#
# ░██████╗████████╗░█████╗░░██████╗░███████╗  ░█████╗░
# ██╔════╝╚══██╔══╝██╔══██╗██╔════╝░██╔════╝  ██╔══██╗
# ╚█████╗░░░░██║░░░███████║██║░░██╗░█████╗░░  ██║░░██║
# ░╚═══██╗░░░██║░░░██╔══██║██║░░╚██╗██╔══╝░░  ██║░░██║
# ██████╔╝░░░██║░░░██║░░██║╚██████╔╝███████╗  ╚█████╔╝
# ╚═════╝░░░░╚═╝░░░╚═╝░░╚═╝░╚═════╝░╚══════╝  ░╚════╝░
# Stage 0 (named `manifests`) collects
# dependency manifest files (`package.json` and `yarn.lock`) which are then
# used by stage 1 to install these dependencies
......@@ -34,19 +28,6 @@ RUN mkdir manifests && \
# .nvmrc
cp .nvmrc ../manifests/
# ░██████╗████████╗░█████╗░░██████╗░███████╗  ░░███╗░░
# ██╔════╝╚══██╔══╝██╔══██╗██╔════╝░██╔════╝  ░████║░░
# ╚█████╗░░░░██║░░░███████║██║░░██╗░█████╗░░  ██╔██║░░
# ░╚═══██╗░░░██║░░░██╔══██║██║░░╚██╗██╔══╝░░  ╚═╝██║░░
# ██████╔╝░░░██║░░░██║░░██║╚██████╔╝███████╗  ███████╗
# ╚═════╝░░░░╚═╝░░░╚═╝░░╚═╝░╚═════╝░╚══════╝  ╚══════╝
# ██╗███╗░░██╗░██████╗████████╗░█████╗░██╗░░░░░██╗░░░░░  ██████╗░███████╗██████╗░░██████╗
# ██║████╗░██║██╔════╝╚══██╔══╝██╔══██╗██║░░░░░██║░░░░░  ██╔══██╗██╔════╝██╔══██╗██╔════╝
# ██║██╔██╗██║╚█████╗░░░░██║░░░███████║██║░░░░░██║░░░░░  ██║░░██║█████╗░░██████╔╝╚█████╗░
# ██║██║╚████║░╚═══██╗░░░██║░░░██╔══██║██║░░░░░██║░░░░░  ██║░░██║██╔══╝░░██╔═══╝░░╚═══██╗
# ██║██║░╚███║██████╔╝░░░██║░░░██║░░██║███████╗███████╗  ██████╔╝███████╗██║░░░░░██████╔╝
# ╚═╝╚═╝░░╚══╝╚═════╝░░░░╚═╝░░░╚═╝░░╚═╝╚══════╝╚══════╝  ╚═════╝░╚══════╝╚═╝░░░░░╚═════╝░
FROM ethereumoptimism/foundry:latest as foundry
FROM node:16-alpine3.14 as base
......@@ -88,23 +69,11 @@ COPY *.json ./
RUN yarn install --frozen-lockfile && yarn cache clean
# ██████╗░██╗░░░██╗██╗██╗░░░░░██████╗░
# ██╔══██╗██║░░░██║██║██║░░░░░██╔══██╗
# ██████╦╝██║░░░██║██║██║░░░░░██║░░██║
# ██╔══██╗██║░░░██║██║██║░░░░░██║░░██║
# ██████╦╝╚██████╔╝██║███████╗██████╔╝
# ╚═════╝░░╚═════╝░╚═╝╚══════╝╚═════╝░
COPY ./packages ./packages
COPY ./integration-tests ./integration-tests
RUN yarn build
#j███████╗██╗███╗░░██╗░█████╗░██╗░░░░░  ██╗███╗░░░███╗░█████╗░░██████╗░███████╗░██████╗
#j██╔════╝██║████╗░██║██╔══██╗██║░░░░░  ██║████╗░████║██╔══██╗██╔════╝░██╔════╝██╔════╝
#j█████╗░░██║██╔██╗██║███████║██║░░░░░  ██║██╔████╔██║███████║██║░░██╗░█████╗░░╚█████╗░
#j██╔══╝░░██║██║╚████║██╔══██║██║░░░░░  ██║██║╚██╔╝██║██╔══██║██║░░╚██╗██╔══╝░░░╚═══██╗
#j██║░░░░░██║██║░╚███║██║░░██║███████╗  ██║██║░╚═╝░██║██║░░██║╚██████╔╝███████╗██████╔╝
#j╚═╝░░░░░╚═╝╚═╝░░╚══╝╚═╝░░╚═╝╚══════╝  ╚═╝╚═╝░░░░░╚═╝╚═╝░░╚═╝░╚═════╝░╚══════╝╚═════╝░
FROM base as actor-tests-bedrock
WORKDIR /opt/optimism/packages/actor-tests
ENTRYPOINT ["yarn", "run:bedrock"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment