Skip to content

Commit

Permalink
Removed some yarn stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
BE-CH committed Jul 5, 2024
1 parent f6c2e11 commit c1cd0a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
FROM node:16

WORKDIR /app

ENV YARN_IGNORE_NODE=1
COPY package.json ./
COPY yarn.lock ./
RUN yarn set version stable
RUN yarn plugin import version
RUN yarn plugin import workspace-tools
RUN yarn version apply --all
COPY . ./
EXPOSE 3000
Expand Down

0 comments on commit c1cd0a0

Please sign in to comment.