Skip to content

Commit e296ad0

Browse files
committed
Update docker file
1 parent 616cba1 commit e296ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ COPY requirements.txt .
88

99
RUN pip install --no-cache-dir -r requirements.txt
1010
RUN mkdir -p static
11+
RUN mkdir -p temp
1112

1213
COPY main.py .
1314
COPY utils ./utils
14-
COPY temp ./temp
1515
COPY notes ./notes
1616
COPY LICENSE .
1717
COPY static/edit_image_handler.js ./static/

0 commit comments

Comments
 (0)