Skip to content

Commit

Permalink
Do a proper install
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhuyn committed Sep 18, 2024
1 parent f135504 commit adff29c
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 @@ -26,7 +26,7 @@ WORKDIR /app
COPY app/package.json ./

# Install npm dependencies
RUN npm ci
RUN npm install

# Copy the rest of your frontend code into the container
COPY app/. ./
Expand Down

0 comments on commit adff29c

Please sign in to comment.