Skip to content

Commit

Permalink
ci: update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn committed Jun 6, 2024
1 parent c447ef3 commit b0630f4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ WORKDIR /usr/src/pylon
# install dependencies into temp directory
# this will cache them and speed up future builds
FROM base AS install
ARG NODE_VERSION=20
RUN apt update \
&& apt install -y curl
RUN curl -L https://raw.githubusercontent.com/tj/n/master/bin/n -o n \
&& bash n $NODE_VERSION \
&& rm n \
&& npm install -g n

RUN mkdir -p /temp/dev
COPY package.json bun.lockb /temp/dev/
Expand Down

0 comments on commit b0630f4

Please sign in to comment.