Skip to content

Commit

Permalink
update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyYe committed Feb 17, 2024
1 parent 42572de commit d318414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /web
# Copy the Next.js project files into the image
COPY ./web/package.json ./web/package-lock.json ./
# Install dependencies
RUN npm install --build-from-source swc-project/node-swc
RUN npm ci
# Copy the rest of the Next.js project files
COPY ./web .
# Build the Next.js project
Expand Down

0 comments on commit d318414

Please sign in to comment.