Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit 7ea0de5

Browse files
committed
Remove unused deps from dockerfile
1 parent 708fc8e commit 7ea0de5

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

assets/.yarn/install-state.gz

340 Bytes
Binary file not shown.

assets/Dockerfile

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# ==== CONFIGURE =====
2-
# Use alpine as base image, node alpine image is causing issues with build on mac
3-
FROM node:20-alpine3.19 as builder
2+
FROM node:20-alpine3.20 as builder
43
RUN corepack enable
54

65
WORKDIR '/app'
@@ -13,10 +12,7 @@ ENV VITE_FISHJAM_ROOM_VERSION=$FISHJAM_ROOM_VERSION
1312
ENV VITE_FISHJAM_VERSION=$FISHJAM_VERSION
1413

1514
# Install nodejs and npm
16-
RUN apk add --no-cache git openssh-client
17-
18-
# Create a non-root user
19-
# RUN adduser --disabled-password --gecos "" node
15+
RUN apk add --no-cache git
2016

2117
# Own the app directory
2218
RUN chown node:node ./

0 commit comments

Comments
 (0)