akdNIKY commited on
Commit
662ed75
·
verified ·
1 Parent(s): b5e8f01

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,5 +1,4 @@
1
- FROM python:3.9-slim-bullseye # مطمئن شوید که اینجا bullseye باشد
2
-
3
  WORKDIR /app
4
 
5
  COPY requirements.txt .
 
1
+ FROM python:3.9-slim-bullseye
 
2
  WORKDIR /app
3
 
4
  COPY requirements.txt .