Skip to content

Commit

Permalink
add line to see what is stored in /code
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jan 13, 2025
1 parent e4dbab8 commit 8eda5cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ ENV PATH=/opt/conda/envs/finch/bin:$PATH
# Copy WPS project
COPY . /code

# What is going on here???
RUN ls -l /code

# Install WPS project
RUN pip install . --no-deps

Expand Down

0 comments on commit 8eda5cb

Please sign in to comment.