Skip to content

Docker image #1568

@viharm

Description

@viharm

I've tried to create a Docker image using the Node image.

I use the following Dockerfile

  FROM node:20.5.1-alpine3.18
  RUN apk add --no-cache git gpg gpg-agent && rm -vrf /var/cache/apk/*
  RUN  npm install ungit@latest -g && npm cache clean --force
  EXPOSE 8448
  WORKDIR /var/local/ungit

I've pushed to the Docker hub (https://hub.docker.com/r/cerebralvoyage/ungit-docker), if anyone is interested. More notes over there

Edit 29-Oct-2023: Changed Docker link to the new repo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions