Skip to content

Commit

Permalink
remove front
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan committed Jan 26, 2024
1 parent 7f46857 commit aa9fda1
Show file tree
Hide file tree
Showing 67 changed files with 2 additions and 4,795 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM python:3.11

WORKDIR /app
RUN git clone https://github.com/emshen6/web-project-front -b env frontend/factory
COPY frontend /app/frontend
RUN apt-get update && apt-get install -y npm
RUN npm install -g yarn

RUN ls && cd frontend/factory && ls && yarn install && yarn build && cd ../../
RUN cd frontend/factory && yarn install && yarn build && cd ../../
#COPY keys_https /
COPY pyproject.toml /app/
RUN python3 -m pip config --user set global.timeout 150
Expand Down
166 changes: 0 additions & 166 deletions frontend/factory/.eslintrc.cjs

This file was deleted.

25 changes: 0 additions & 25 deletions frontend/factory/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/factory/.prettierrc.cjs

This file was deleted.

27 changes: 0 additions & 27 deletions frontend/factory/README.md

This file was deleted.

Loading

0 comments on commit aa9fda1

Please sign in to comment.