Skip to content

Commit

Permalink
chore: Update Dockerfile and publish-all.yml to use Meteor 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chneau committed Jul 23, 2024
1 parent 750394c commit 1d37c3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ Based on `debian:bullseye-slim`.
Get the correct `Node version` by running:

```bash
docker run --rm ghcr.io/chneau/meteor:3.0-rc.4 meteor node --version
# v20.12.2
docker run --rm ghcr.io/chneau/meteor:3.0 meteor node --version
# v20.15.1
```

Add a `Dockerfile` to your project:

```Dockerfile
FROM ghcr.io/chneau/meteor:3.0-rc.2 AS builder
FROM ghcr.io/chneau/meteor:3.0 AS builder
WORKDIR /app
COPY --chown=meteor:meteor ./package*.json .
RUN meteor npm install
Expand Down

0 comments on commit 1d37c3c

Please sign in to comment.