Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 293 Bytes

File metadata and controls

15 lines (12 loc) · 293 Bytes

fp-tasks

Running

This is intended to be run from a Docker image. -v $(pwd):/app facilitates local development, --env-file propagates environment variables into the container.

docker run --rm \
  -p 8080:8080 \
  -v $(pwd):/app \
  --env-file .env \
  fieldpapers/tasks