Skip to content

Commit

Permalink
MOUR-2181 - Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
llandmeyer committed Jul 15, 2024
1 parent 58d0f35 commit f37e731
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.2] - 2024-07-16
### Fixed
- Fixed Dockerfile CMD path. Bitbucket pipe was looking for pipe.py in the wrong path

## [0.0.1] - 2024-07-15
### Added
- Adding capability of finding application IDs in new relic and marking those apms with deployment marker. It uses Bitbucket commit hash as default for revisions.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ COPY requirements.txt .

RUN pip install --no-cache-dir -r requirements.txt

CMD ["python", "./pipe.py"]
CMD ["python", "pipe.py"]

0 comments on commit f37e731

Please sign in to comment.