stephenh / mirror

A tool for real-time, two-way sync for remote (e.g. desktop/laptop) development
Apache License 2.0
391 stars 35 forks source link

Improve docker image #15

Closed njam closed 5 years ago

njam commented 6 years ago

@stephenh could you assign this to me?

stephenh commented 6 years ago

@njam I gave you push access to the repo so you can iterate without blocking on me. Thanks for working on this!

njam commented 6 years ago

Thanks! Could you verify the Quay build settings for me (I cannot access them)? I think the dockerfile path might be configured as /docker/Dockerfile there, while it should be just /Dockerfile. The most recent build failed with "Missing Dockerfile", while the build before moving the Dockerfile succeeded.

It should be:

stephenh commented 6 years ago

Ah yes, you're right. I changed the Dockerfile location to be just /Dockerfile. A build is running now.

njam commented 5 years ago

Everything is done here, and the Quay build works fine.