Skip to content

Commit

Permalink
update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Oct 5, 2023
1 parent f1c7427 commit 11ce294
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3,812 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine AS builder
FROM node:18-alpine AS builder

WORKDIR /opt/mx-puppet-steam

Expand All @@ -20,6 +20,7 @@ RUN apk add --no-cache \
# pre hooks are not executed while running as root

COPY package.json package-lock.json ./
COPY patches ./patches
RUN chown -R node:node /opt/mx-puppet-steam
USER node
RUN npm ci
Expand All @@ -30,7 +31,7 @@ RUN npm run build

RUN rm -r node_modules/typescript

FROM node:14-alpine
FROM node:18-alpine

VOLUME /data

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ npm run start

### Docker

If you prefer to use a docker based setup an image is available at [icewind1991/mx-puppet-steam](https://hub.docker.com/r/icewind1991/mx-puppet-steam).
If you prefer to use a docker based setup an image is available at [icewind1991/mx-puppet-steam](https://hub.docker.com/r/icewind1991/mx-puppet-steam) (Note that I do longer use the docker image myself so it's mostly untested).

## Linking

Expand Down
Loading

0 comments on commit 11ce294

Please sign in to comment.