Skip to content

Commit

Permalink
fix: yarn workspaces install
Browse files Browse the repository at this point in the history
  • Loading branch information
xnought committed Feb 13, 2024
1 parent 9323029 commit efc7715
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ FROM node:20-bookworm-slim
# Set the working directory
WORKDIR /app

COPY package.json yarn.lock .
# Copy the rest of the files
COPY . .

# Install the dependencies
RUN yarn install

# Copy the rest of the files
COPY . .

# Expose the port
EXPOSE 5173

0 comments on commit efc7715

Please sign in to comment.