Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
undo optimizations
Browse files Browse the repository at this point in the history
they broke it, what a surprise :3
  • Loading branch information
CelestialCrafter committed Oct 20, 2023
1 parent 397d307 commit 4fd11f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM node:lts
WORKDIR /app
COPY yarn.lock .
RUN yarn
COPY . .
RUN yarn
RUN yarn build

RUN ls | grep -xvE "build|node_modules|package.json" | xargs rm -rf
Expand Down

0 comments on commit 4fd11f6

Please sign in to comment.