Skip to content

Conversation

@Tanyajackson638
Copy link
Owner

@Tanyajackson638 Tanyajackson638 commented May 5, 2022

FROM Tanyajackson638-patch-4

ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

@github-learning-lab
Copy link

github-learning-lab bot commented May 5, 2022

The Dockerfile isn't where I expected. Here are some troubleshooting steps that might help.

Problem Solution
The file isn't called Dockerfile (case sensitive). Rename the file using the UI or your CLI.
The directory action-a doesn't exist. Create the action-a folder and move the Dockerfile to action-a.
The Dockerfile isn't inside the action-a folder. Move the Dockerfile to action-a.

When I detect your new commit, I'll respond in this pull request.

FROM gh pr checkout 7

ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

Copy link
Owner Author

@Tanyajackson638 Tanyajackson638 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FROM Tanyajackson638-patch-4

ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

Copy link
Owner Author

@Tanyajackson638 Tanyajackson638 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tanyajackson638-patch-3

@Tanyajackson638 Tanyajackson638 changed the title Tanyajackson638 patch 3 gh pr checkout 7 May 5, 2022
@github-learning-lab
Copy link

The Dockerfile isn't where I expected. Here are some troubleshooting steps that might help.

Problem Solution
The file isn't called Dockerfile (case sensitive). Rename the file using the UI or your CLI.
The directory action-a doesn't exist. Create the action-a folder and move the Dockerfile to action-a.
The Dockerfile isn't inside the action-a folder. Move the Dockerfile to action-a.

When I detect your new commit, I'll respond in this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants