Skip to content

Commit

Permalink
update dockerfile (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniRamirezM committed Apr 29, 2024
1 parent d403e64 commit eb0794f
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,8 @@ COPY go.mod go.sum /src/
RUN cd /src && go mod download

# BUILD BINARY
COPY cmd /src/cmd
COPY sequencesender /src/sequencesender
COPY etherman /src/etherman
COPY hex /src/hex
COPY state /src/state
COPY encoding /src/encoding
COPY l1infotree /src/l1infotree
COPY merkletree /src/merkletree
COPY log /src/log
COPY config /src/config
COPY Makefile version.mk version.go /src/
COPY . /src
RUN cd /src/db && packr2
RUN cd /src && make build

# CONTAINER FOR RUNNING BINARY
Expand Down

0 comments on commit eb0794f

Please sign in to comment.