Lazar Radojevic commited on
Commit
d6fd146
·
1 Parent(s): b095847
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use the official Docker image with Docker and Docker Compose
2
- FROM python:3.10-slim docker:latest
3
 
4
  # Install Docker Compose
5
  RUN pip install docker-compose
 
1
  # Use the official Docker image with Docker and Docker Compose
2
+ FROM python:3.10-slim
3
 
4
  # Install Docker Compose
5
  RUN pip install docker-compose