Skip to content

Commit 7f0df4e

Browse files
committed
fix: bad conflict line still present
Signed-off-by: jmeridth <[email protected]>
1 parent 7d4bff8 commit 7f0df4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ USER appuser
2020
# Add a simple healthcheck to satisfy container scanners
2121
HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 \
2222
CMD python3 -c "import os,sys; sys.exit(0 if os.path.exists('/action/workspace/evergreen.py') else 1)"
23-
>>>>>>> 378e6a0 (fix: linting)
2423

2524
CMD ["/action/workspace/evergreen.py"]
2625
ENTRYPOINT ["python3", "-u"]

0 commit comments

Comments
 (0)