Description
This is the Dockerfile for symkat/fly-mojo-base.
This Docker container sets up /home/app to run mojolicious applications on fly.io. The Perl modules listed in cpanfile are installed.
To use this image, set the following in your Dockerfile:
FROM symkat/fly-mojo-base
Build For Dockerhub
docker build --platform linux/amd64,linux/arm64 -t symkat/fly-mojo-base:<VERSION> -t symkat/fly-mojo-base:latest .
docker push -a symkat/fly-mojo-base