Skip to content

mnecibi/dictio-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dictio

https://dictio.io

Build

DEV

mix deps.get iex -S mix

PROD

docker build -t mnecibi/dictio . docker push

Start

DEV

docker container run -d --name dictio -v $(pwd):/opt/app/dictio/files mnecibi/dictio

PROD

sudo docker container run -d --privileged=true --name dictio -v $(pwd):/opt/app/dictio/files mnecibi/dictio

About

Give your definition of the word of the day

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published