Skip to content

Commit 8163413

Browse files
committed
chore: reduce dockerfile to minimum
1 parent dc98000 commit 8163413

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ ARG NODE_ENV
1010

1111
EXPOSE 5000
1212
WORKDIR /app/
13-
# Copy everything from stage 2, it's already been filtered
14-
COPY --from=clean /app/ /app/
1513

1614
# Install yarn ASAP because it's the slowest
1715
RUN yarn install --frozen-lockfile --production=true --no-progress

0 commit comments

Comments
 (0)