We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Image updated with Node 20.9.0 Image repo moved (link above has been updated to the point to the new repo).
Sorry, something went wrong.
No branches or pull requests
I've tried to create a Docker image using the Node image.
I use the following Dockerfile
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.
The text was updated successfully, but these errors were encountered: