Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Docker image outdated #4

Description

@wvanhed

The docker image is outdated and I couldn't get it working out of the box
I had to do the following to get it working:

$ sudo docker run --name=towncrier -it --rm -p 9999:8080 robn/towncrier bash

and then inside the running container (i noticed that the Dockerfile is still using starman in the carton exec line whereas it now requires plackup instead)

git pull
carton install --deployment
carton exec plackup --port 8080 bin/app.pl

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions