-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Docker build - multiple errors - documentation #614
Comments
Try building it like this
and then run it with |
Still one error, let me know if I miss anything:
|
version: '3.3'
services:
mongodb:
image: mongo:latest
ports:
- '27017:27017'
restart: always
huggingchat:
build:
context: .
ports:
- '3000:3000' |
The solution is to tell Docker Compose to skip reading docker compose --env-file /dev/null up |
I can't find documentation to build it myself; so I tried:
docker-compose build up
But I got multiple errors amoung:
Even
source .env
returned multiple errors; I tried to change the `into a ' with no luck.My goal was to build it and include it into a docker compose.
The text was updated successfully, but these errors were encountered: