Compare commits
4 commits
Author | SHA1 | Date | |
---|---|---|---|
a2d9e8a83b | |||
dd005dda7d | |||
fda5e65d4e | |||
c88dffcbee |
4 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '[0-9]+\.[0-9]+\.[0-9]+'
|
- '[0-9]+'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -27,7 +27,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Release New Version
|
- name: Release New Version
|
||||||
uses: actions/forgejo-release@v1
|
uses: actions/forgejo-release@v2
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
url: https://forgejo.neshweb.net
|
url: https://forgejo.neshweb.net
|
||||||
|
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.vscode/*
|
|
@ -1,2 +1,2 @@
|
||||||
FROM node:lts
|
FROM node:22-alpine
|
||||||
RUN npm install --global "@warren-bank/serve"
|
RUN npm install --global "@warren-bank/serve@130002.18.6"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# website-serve Docker Image
|
# website-serve Docker Image
|
||||||
|
|
||||||
This is a simple `node:lts` based Docker Image with the `serve` fork of `@warren-bank` already preinstalled.
|
This is a simple `node:22-alpine` based Docker Image with the `serve` fork of `@warren-bank` already preinstalled.
|
||||||
It can be used to serve static files like websites.
|
It can be used to serve static files like websites.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
Loading…
Reference in a new issue