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 70cc0bd commit efc5da3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.11

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

0 comments on commit efc5da3

Please sign in to comment.