Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

docker-compose.yaml is using the wrong build directory #4147

Closed
Half-Shot opened this issue Nov 4, 2018 · 2 comments
Closed

docker-compose.yaml is using the wrong build directory #4147

Half-Shot opened this issue Nov 4, 2018 · 2 comments
Assignees
Labels
A-Docker Docker images, or making it easier to run Synapse in a container.

Comments

@Half-Shot
Copy link
Collaborator

0d25724#diff-ebacf6f6ae4ee68078bb16454b23247d moved the Dockerfile to ./docker which means it no longer works.

@Half-Shot Half-Shot added the A-Docker Docker images, or making it easier to run Synapse in a container. label Nov 4, 2018
@alxmhe
Copy link

alxmhe commented Nov 9, 2018

in the example docker-compose.yml, and if you cloned the synapse repository in the same directory as your docker-compose.yml file, you can replace build: ../.. with :

build:
  context: ./synapse
  dockerfile: ./docker/Dockerfile

@richvdh
Copy link
Member

richvdh commented Jun 27, 2019

I think maybe this was fixed by #3778?

@richvdh richvdh closed this as completed Jun 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-Docker Docker images, or making it easier to run Synapse in a container.
Projects
None yet
Development

No branches or pull requests

4 participants