Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jul 20, 2023
1 parent 7858cb6 commit b72ab3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ COPY --chown=app pyproject.toml poetry.lock ./
# Install Python dependencies AND the 'etna' app
RUN poetry install

RUN ls -alh

# Copy application code
COPY --chown=app . .
RUN chmod +x /app/bash/run.sh
Expand Down

0 comments on commit b72ab3d

Please sign in to comment.