This is a Docker container for developing and running Mojolicious web apps under the minimalist environment of Alpine linux.
To use it, simply inherit this image in your own container:
FROM nickandrew/alpine-mojo-base:latest
ADD src /opt
This is a Docker container for developing and running Mojolicious web apps under the minimalist environment of Alpine linux.
To use it, simply inherit this image in your own container:
FROM nickandrew/alpine-mojo-base:latest
ADD src /opt