Skip to content

Commit

Permalink
* fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHoh committed Jul 13, 2023
1 parent 7b2c422 commit bdb10ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.8-slim

RUN apt-get update -y

COPY ./dashboard /app
COPY /dashboard /app
WORKDIR /app
RUN pip install -r requirements.txt

Expand Down

0 comments on commit bdb10ed

Please sign in to comment.