بدون توضیح

olinox14 925b7951d8 add sauvagerie as possible contact recipient 4 ماه پیش
bin d35efc753e setup symfony and mailer 1 سال پیش
config 925b7951d8 add sauvagerie as possible contact recipient 4 ماه پیش
migrations d35efc753e setup symfony and mailer 1 سال پیش
public d35efc753e setup symfony and mailer 1 سال پیش
src 925b7951d8 add sauvagerie as possible contact recipient 4 ماه پیش
static 41615cbc03 update CV 1 سال پیش
templates d35efc753e setup symfony and mailer 1 سال پیش
.env 925b7951d8 add sauvagerie as possible contact recipient 4 ماه پیش
.gitignore c7811adec7 add altcha challenge route 1 سال پیش
Dockerfile d35efc753e setup symfony and mailer 1 سال پیش
README.md b8ed0d01c9 Initial commit 1 سال پیش
composer.json 127cdb2cfb add new dowload_cv route 1 سال پیش
composer.lock 127cdb2cfb add new dowload_cv route 1 سال پیش
cv2-api.conf d35efc753e setup symfony and mailer 1 سال پیش
symfony.lock d35efc753e setup symfony and mailer 1 سال پیش

README.md

CV Api

Build

Build your docker container :

docker build -t cv2-api .

Run it (name can be changed):

# On Linux
docker run -v "$(pwd)":/var/www/html -p 3001:80 --name cv2-api cv2-api

# On Windows
docker run -d -v "%cd%:/var/www/html" -p 3001:80 --name cv2-api cv2-api

Execute it and install dependencies :

docker exec -it cv2-api bash

The project will be accessible locally at : http://localhost:3000/

Run on a built container

If you've already built your container, start it and run with :

docker start cv2-api
docker exec -it cv2-api bash