summaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2020-06-08Merge remote-tracking branch 'gitlab/master'Fabian Mastenbroek
2020-05-12Use Yarn and upgradeGeorgios Andreadis
2020-05-11Bump Node versionGeorgios Andreadis
2020-04-06Added upgrade to pyasn1-modules to Dockerfilejc0b
2018-11-09Remove commented commandsGeorgios Andreadis
2018-11-09Use setup.py in web-server Docker installGeorgios Andreadis
2018-11-09Fix web server crash in Docker environmentGeorgios Andreadis
The current web server fails on my machine when I run the Docker setup. I found out that this was a more common issue with a fix, so I've applied this fix to our setup. This was the crash: https://github.com/etingof/pyasn1/issues/108
2017-10-28Sync simulator with upstreamFabian Mastenbroek
This change updates the simulator to the latest upstream version, which adds prebuilding to the Docker image and limits to simulation time. I have also added failure settings to the docker-compose configuration, in addition to slimming down the opendc Docker image configuration.
2017-10-18Add GZip compression to the serverGeorgios Andreadis
2017-09-29Replace yarn with npm commands in DockerfileGeorgios Andreadis
2017-09-29Connect docker-compose with new simulator imageGeorgios Andreadis
2017-09-28Add Kotlin simulator Docker configurationFabian Mastenbroek
This change adds the Docker configuration for the Kotlin simulator to the repository.
2017-09-28Remove C++ simulator from docker setupGeorgios Andreadis
2017-09-25Install the python mysql connectorSacheendra Talluri
2017-09-23Move to MariaDBGeorgios Andreadis
2017-09-23Update docker build process to compile frontendGeorgios Andreadis
2017-04-04Move all configuration to a central keys.json fileGeorgios Andreadis
2017-03-06Fix problem with bower inside submodule in DockerSacheendra Talluri
2017-02-06Remove breaking comment from dockerfileSacheendra Talluri
2017-01-26Add Dockerfile and related build filesSacheendra Talluri