Update
This commit is contained in:
+1
-1
@@ -7,4 +7,4 @@ COPY requirements.txt /app/
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
COPY . /app/
|
||||
RUN chmod +x /app/entrypoint.sh
|
||||
CMD ["bash","-lc","/app/entrypoint.sh"]
|
||||
CMD ["bash","-lc","/app/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user