.gitlab
cypress
internal
docker
README.md
settings.yml
assets.js
parcel.js
src
.gitignore
.gitlab-ci.yml
.sassrc
LICENSE
README.md
client.sample.css
config.sample.json
cypress.json
package-lock.json
package.json
How to build a ldpserver image
Get the Dockerfile from the djangoldp
project.
$ curl -LO https://git.startinblox.com/djangoldp-packages/djangoldp/raw/master/Dockerfile
And build it along with the settings.yml
file:
# docker build -t registry.startinblox.com/applications/hubl/djangoldp:2.1 .
# docker push registry.startinblox.com/applications/hubl/djangoldp:2.1