Skip to content

Commit

Permalink
debug: try other random stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
DerTiedemann committed Nov 26, 2024
1 parent 4f904c8 commit f22e071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/gcp-gsm-parse-secrets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ COPY pyproject.toml poetry.lock /action/workspace/
COPY main.py /action/workspace/
RUN poetry install --no-root && rm -rf $POETRY_CACHE_DIR

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

0 comments on commit f22e071

Please sign in to comment.