Skip to content

Commit a646f4e

Browse files
committed
Feedback
1 parent 7632cfd commit a646f4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-alpine
1+
FROM node:alpine
22

33
WORKDIR /app
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Alternatively, you can use [Docker](https://www.docker.com/) to run the local we
2222
cluttering your local environment with npm dependencies. You first need to build the docker:
2323

2424
```bash
25-
docker build -t sslconfig:1.0 .
25+
docker build -t moz-ssl-config-gen:latest .
2626
```
2727

2828
You can then run the webserver:
2929

3030
```bash
31-
docker run -p 3001:3001 -p 5500:5500 sslconfig:1.0 -name sslconfig
31+
docker run -p 3001:3001 -p 5500:5500 moz-ssl-config-gen:latest
3232
```
3333

3434
## Adding new software

0 commit comments

Comments
 (0)