Skip to content

Commit 6f15e32

Browse files
authored
README and Dockerfile cleanup (#22)
1 parent 3b75d36 commit 6f15e32

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ COPY ./snapshot_versions.json .
3838

3939
FROM snapshot-versions-getter-${snapshot_versions_type} as snapshot-versions-getter
4040

41-
FROM docker.io/node:22.12.0-alpine@sha256:6e80991f69cc7722c561e5d14d5e72ab47c0d6b6cfb3ae50fb9cf9a7b30fdf97 as caddyfile-builder
4241

42+
FROM docker.io/node:22.12.0-alpine@sha256:6e80991f69cc7722c561e5d14d5e72ab47c0d6b6cfb3ae50fb9cf9a7b30fdf97 as caddyfile-builder
4343

4444
COPY package.json package-lock.json ./
4545
RUN npm install -g npm && npm install
@@ -51,7 +51,7 @@ FROM docker.io/caddy:2.8.4-alpine@sha256:e97e0e3f8f51be708a9d5fadbbd75e3398c22fc
5151

5252
LABEL org.opencontainers.image.authors="Hong Xu <[email protected]>"
5353
LABEL org.opencontainers.image.title="Delpa Redirection Server"
54-
LABEL org.opencontainers.image.source=https://github.com/delpa-org/redirection-server
54+
LABEL org.opencontainers.image.source="https://github.com/delpa-org/redirection-server"
5555
LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later
5656
LABEL org.opencontainers.image.url="https://delpa.org"
5757

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can retrieve the latest version by running:
1414

1515
docker pull ghcr.io/delpa-org/delpa-redirection-server:latest
1616

17-
You may use [podman][] in place of Docker in the command above.
17+
You may use [podman][] in place of [Docker][] in the command above.
1818

1919
## Build and Run
2020

@@ -80,6 +80,7 @@ Unless otherwise stated:
8080
See the `COPYING` file for license details.
8181

8282
[Delpa meta issue tracker]: https://github.com/delpa-org/meta/issues
83+
[Docker]: https://docs.docker.com/
8384
[Forum]: https://github.com/delpa-org/meta/discussions
8485
[issue tracker]: https://github.com/delpa-org/redirection-server/issues
8586
[npm]: https://docs.npmjs.com/cli

0 commit comments

Comments
 (0)