You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have completed challenge 51. When I looked at the hints in the challenge, I felt confused when trying to understand the hints.
When I try to run this commands:
docker compose -f src/main/resources/challenges/challenge-51/challenge51docker-compose.yml run myservice
I got error as shown in the image below:
What confused me was when I saw the challenge51docker-compose.yml file:
If you look the context and dockerfile configuration, it seems like there is a configuration error so when trying to use this file I can't find Dockerfile_challenge51. I have successfully completed challenge 51 by changing the context and dockerfile configuration as shown in the image below.
Do I need to make a PR? or maybe I'm running the commands in the hints wrongly?
The text was updated successfully, but these errors were encountered:
Hi @mahaputrailhamawal ,
Thank you for your issue! . Yes this one slipped my attention as I was writing tests from a different dir. feel free to PR!
Can you maybe add a build test as well from the root for a github workflow please?
Hi @commjoen ,
I have completed challenge 51. When I looked at the hints in the challenge, I felt confused when trying to understand the hints.
When I try to run this commands:
export DOCKER_BUILDKIT=1
docker compose -f src/main/resources/challenges/challenge-51/challenge51docker-compose.yml build
docker compose -f src/main/resources/challenges/challenge-51/challenge51docker-compose.yml run myservice
I got error as shown in the image below:
What confused me was when I saw the challenge51docker-compose.yml file:
If you look the context and dockerfile configuration, it seems like there is a configuration error so when trying to use this file I can't find Dockerfile_challenge51. I have successfully completed challenge 51 by changing the context and dockerfile configuration as shown in the image below.
Do I need to make a PR? or maybe I'm running the commands in the hints wrongly?
The text was updated successfully, but these errors were encountered: