Mentions légales du service

Skip to content

Initial Dockerfile for launching the app, with scipts, minimal doc, and dockerignore

RAVERDY Pierre-Guillaume requested to merge 1-dockerfile into master

Closes #1


name: Feature about: New features or wider changes,


Description

Provides a minimal Dockerfile for launching the app in a signel container

  • uses pip instead of conda for the container
  • uses ubuntu 20:04, but ideally would use a smaller image later on
  • single container with both backend and frontend

Additionnaly, provided 2 scripts to strealine building the image and launching a container, as well a a minimal doc (to be expanded when moving to docker compose)

How to test

  • make sure the envvars are defined in the shell (just having the .env in the folder is not enough)
  • build the image and launch a container
  • test the app's URL, check that login is possible
  • test its possible to launch an instance

Changelog

  • Add Dockerfile for the project
Edited by RAVERDY Pierre-Guillaume

Merge request reports