Munzali commited on
Commit
a492d67
·
verified ·
1 Parent(s): 55074b7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
14
  && rm -rf /var/lib/apt/lists/* \
15
  && git lfs install
16
 
17
- COPY Fooocus
18
 
19
  WORKDIR /code
20
 
 
14
  && rm -rf /var/lib/apt/lists/* \
15
  && git lfs install
16
 
17
+ COPY Fooocus .
18
 
19
  WORKDIR /code
20