daisy / pipeline-webui

A Web User Interface for the DAISY Pipeline 2
Other
3 stars 2 forks source link

Add a Dockerfile #113

Closed egli closed 6 years ago

egli commented 7 years ago

The Dockerfile employs a multistage build to build the webui and then install it in a separate image

I will add a docker compose file that illustrates how the pipeline and the webui can be connected to a running system.

Also I have a Dockerfile that creates an all-in-one solution using the debian images. I'll push that separately

egli commented 7 years ago

I rebased this PR onto develop

bertfrees commented 6 years ago

Depends on https://github.com/daisy/pipeline-assembly/pull/140

bertfrees commented 6 years ago

@josteinaj Seems Travis it is still configured for Maven.

josteinaj commented 6 years ago

@bertfrees yeah. The tests are in a bad condition though; I just test and deploy the Web UI manually. Making proper tests would require quite a bit of work, and I don't think it's currently worth the effort. Would it be ok to just delete the .travis.yml for now?

bertfrees commented 6 years ago

OK, what you prefer.

josteinaj commented 6 years ago

Closed by #118.