Awesome
EphemeralShare
To start your new Phoenix application:
- Install dependencies with
mix deps.get
- Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4000
from your browser.
Docker
You can run the application using the docker file.
- Build image
docker build . -t ephemeral_share:0.1.0
- Run container
docker run -it -p 4000:4001 ephemeral_share:0.1.0