-
So i have a docker-compose file:
There is no error or whatsoever. When using npm run dev. I can access my API_HOST_IP and API_HOST_PORT who are in my
After the build and I can request my login and it make the request to my api:
But the I tried adding args in compose and arg in Dockerfile. no success.
|
Beta Was this translation helpful? Give feedback.
Answered by
ppot
Aug 5, 2020
Replies: 1 comment
-
Got it... I needed to not use my image and build the Dockerfile in the compose. the fact that i used an image, the value was undefined at the build. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ppot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got it... I needed to not use my image and build the Dockerfile in the compose. the fact that i used an image, the value was undefined at the build.