Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docker/Dockerfile.frontend
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ RUN apt-get update -y && apt-get install -y \
ca-certificates && \
apt-get clean && rm -rf /var/lib/apt/lists/*

# Installing packages from the package.json file.
COPY package.json .
COPY scripts/linters/custom_eslint_checks ./scripts/linters/custom_eslint_checks

COPY yarn.lock .
RUN npm install -g [email protected] --force
RUN yarn install --pure-lockfile

Expand Down
Loading