Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change hints command and docker-compose.yml on Challenge51 #1847

Open
mahaputrailhamawal opened this issue Feb 20, 2025 · 2 comments
Open

Change hints command and docker-compose.yml on Challenge51 #1847

mahaputrailhamawal opened this issue Feb 20, 2025 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@mahaputrailhamawal
Copy link
Contributor

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:

Image

What confused me was when I saw the challenge51docker-compose.yml file:

Image

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.

Image

Do I need to make a PR? or maybe I'm running the commands in the hints wrongly?

@mahaputrailhamawal mahaputrailhamawal added the bug Something isn't working label Feb 20, 2025
@commjoen
Copy link
Collaborator

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?

@mahaputrailhamawal
Copy link
Contributor Author

Okay. I will create a PR! for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants