RDFPlaygroundProject / RDFPlayground

A web interface for Linked Data courses, tailored for CC7220 "La Web de Datos" course at Universidad de Chile
Apache License 2.0
31 stars 3 forks source link

Dockerized single-container version #18

Closed fvillena closed 10 months ago

fvillena commented 10 months ago

Hello, I fully dockerized this platform on a single container. I realized this is the simplest and best option because the frontend is a single static HTML; therefore, I am serving this compiled HTML using nginx inside the container, and I am also using the same nginx process to proxy the requests to the backend on the /api/ endpoint.

fvillena commented 10 months ago

@BastyZ can you please merge the pull request?