LI3DS / api-li3ds

LI³DS Rest API
GNU General Public License v3.0
0 stars 3 forks source link

Docker #16

Closed mbredif closed 7 years ago

mbredif commented 7 years ago

This is a firqt attempt of a docker container for the li3ds stack.

elemoine commented 7 years ago

Can we just move the Docker-related stuff in a docker directory? Feel free to merge when this is done.

mbredif commented 7 years ago

I unfortunately cannot make an automated build work on dockerhub with a dockerfile in a subdirectory : https://hub.docker.com/r/mbredif/api-li3ds/builds/ Do you know how to do it ?

elemoine commented 7 years ago

I don't know. What's the problem? Path the Dockerfile itself? Relative paths used in the Dockerfile?

mbredif commented 7 years ago

Looks like when I point the build to docker/Dockerfile then the context of the build is restricted to the docker directory: It does the equivalent of docker build docker rather than docker build -f docker/Dockerfile .

elemoine commented 7 years ago

Ok, feel free to move the Dockerfile back to where it was it you don't find a solution. Sorry for that.

mbredif commented 7 years ago

Ok reverting...