vietlethe commited on
Commit
ba9a4a9
1 Parent(s): 63902c9

edit dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.10
2
 
3
  WORKDIR /app
4
-
5
  COPY . .
6
 
7
  RUN apt-get update && apt-get -y upgrade
 
1
  FROM python:3.10
2
 
3
  WORKDIR /app
4
+ RUN mkdir ./texteditor-model
5
  COPY . .
6
 
7
  RUN apt-get update && apt-get -y upgrade