Skip to content

Commit

Permalink
fix test directory permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Aug 13, 2021
1 parent 1bad3d7 commit d506d7a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions superchain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,7 @@ CMD ["/bin/bash"]
# Running tests
########################################################################################################################
FROM superchain as test
# Set up a volume, so we can possibly inspect the data after the fact (esp. in case of problems)
VOLUME /tmp/source
COPY . /tmp/source
COPY --chown=superchain:superchain . /tmp/source
WORKDIR /tmp/source
# Make sure we start fresh (symlinks from outside the build may cause issues, e.g: python venvs)
RUN git clean -fqdx
Expand Down

0 comments on commit d506d7a

Please sign in to comment.