Skip to content

Commit

Permalink
Changed image workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
edualvess committed Apr 16, 2024
1 parent 14909fd commit e50d7f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ WORKDIR /etl
COPY --from=build /usr/local/bin/stellar-etl /usr/local/bin/stellar-etl
COPY --from=build /usr/src/etl/docker docker

# changing workdir to a new path in order to use mounted empty ephemeral volumes as storage
WORKDIR /etl/data

# clear entrypoint from stellar-core image
ENTRYPOINT []

Expand Down

0 comments on commit e50d7f0

Please sign in to comment.