Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Aug 6, 2024
1 parent 9386d0f commit 2dfe7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ats/sfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ USER ${ALFRESCO_SFS_USER_NAME}
HEALTHCHECK --interval=30s --timeout=10s --retries=3 --start-period=1m \
CMD curl -f http://localhost:8099/actuator/health || exit 1

COPY ats/sfs/entrypoint.sh /entrypoint.sh
COPY entrypoint.sh /entrypoint.sh
CMD ["/entrypoint.sh"]

0 comments on commit 2dfe7b2

Please sign in to comment.