-
Notifications
You must be signed in to change notification settings - Fork 642
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels