Skip to content

Commit

Permalink
debug: see i know how it works
Browse files Browse the repository at this point in the history
  • Loading branch information
DerTiedemann committed Nov 26, 2024
1 parent 32bca0f commit 9491d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/gcp-gsm-parse-secrets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ COPY main.py ./
RUN poetry install --no-root && rm -rf $POETRY_CACHE_DIR

# CMD ["poetry","run","python", "main.py"]
CMD ["pwd"]
CMD ["bash", "-c", "pwd && ls -la"]

0 comments on commit 9491d02

Please sign in to comment.