Skip to content

Commit

Permalink
remove from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Dormand authored and Scott Dormand committed Nov 21, 2024
1 parent 844cf55 commit 16133cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/gafl-webapp-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ COPY packages/gafl-webapp-service/package*.json /app/
COPY packages/gafl-webapp-service/assets /app/assets
COPY packages/gafl-webapp-service/build /app/build

RUN rm -rf node_modules
RUN npm install --package-lock-only
RUN npm install && npm run prepare

# Bundle app source
Expand Down

0 comments on commit 16133cd

Please sign in to comment.