Skip to content

Commit b2015da

Browse files
committed
fix dockerfile warning
1 parent 865d73a commit b2015da

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dockerfile
22
# Custom InvenioRDM with shortened DOI format and custom landing page URLs
33

4-
FROM --platform=linux/amd64 ghcr.io/inveniosoftware/demo-inveniordm/demo-inveniordm:13.0.0-post1
4+
FROM ghcr.io/inveniosoftware/demo-inveniordm/demo-inveniordm:13.0.0-post1
55

66
LABEL maintainer="SciLifeLab Data Centre <serve@scilifelab.se>"
77
LABEL description="InvenioRDM with shortened DOI (xxxx-xxxx) and custom landing page URLs"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The GitHub Actions workflow:
7979

8080
1. Builds the Docker image on push to `serve-inveniordm/` path
8181
2. Runs Trivy vulnerability scanner
82-
3. Executes container tests
82+
3. Executes tests
8383
4. Pushes to GHCR on main branch (tagged with timestamp and `latest`)
8484

8585
## File Structure
@@ -97,4 +97,4 @@ serve-inveniordm/
9797

9898
## License
9999

100-
MIT.
100+
MIT

0 commit comments

Comments
 (0)