Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast authored Jan 9, 2024
1 parent 09524e3 commit ee1ca7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:18.17.0-slim
WORKDIR /app

# Install Yarn globally
RUN npm install -g yarn
RUN yarn install

# Copy package files and install dependencies
COPY package*.json ./
Expand Down

0 comments on commit ee1ca7c

Please sign in to comment.