Skip to content

Commit

Permalink
feat: cleanup unused locks, README, comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yandex-praktikum committed Jul 8, 2024
1 parent f1f6f13 commit 2c549ae
Show file tree
Hide file tree
Showing 20 changed files with 40 additions and 15,056 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.backend
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app

COPY package.json package-lock.json ./

RUN npm install
RUN npm i

COPY . .

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.frontend
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app

COPY package.json package-lock.json ./

RUN npm install \
RUN npm i \
&& npm i -g jest \
&& npx playwright install --with-deps chromium

Expand Down
5 changes: 0 additions & 5 deletions backend/.env.deploy.example

This file was deleted.

12 changes: 0 additions & 12 deletions backend/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions backend/ecosystem.config.js

This file was deleted.

Loading

0 comments on commit 2c549ae

Please sign in to comment.