Compare commits

..

No commits in common. "main" and "0.1.3" have entirely different histories.
main ... 0.1.3

3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
on:
push:
tags:
- '[0-9]+'
- '[0-9]+\.[0-9]+\.[0-9]+'
jobs:
build:
@ -27,7 +27,7 @@ jobs:
runs-on: docker
steps:
- name: Release New Version
uses: actions/forgejo-release@v2
uses: actions/forgejo-release@v1
with:
direction: upload
url: https://forgejo.neshweb.net

View file

@ -1,2 +1,2 @@
FROM node:22-alpine
FROM node:lts
RUN npm install --global "@warren-bank/serve@130002.18.6"

View file

@ -1,6 +1,6 @@
# website-serve Docker Image
This is a simple `node:22-alpine` based Docker Image with the `serve` fork of `@warren-bank` already preinstalled.
This is a simple `node:lts` based Docker Image with the `serve` fork of `@warren-bank` already preinstalled.
It can be used to serve static files like websites.
## Usage