Lazar Radojevic commited on
Commit
a96301b
·
1 Parent(s): d6fd146
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -1,8 +1,5 @@
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
6
 
7
  # Set the working directory to /app
8
  WORKDIR /app
 
1
  # Use the official Docker image with Docker and Docker Compose
2
+ FROM docker:latest
 
 
 
3
 
4
  # Set the working directory to /app
5
  WORKDIR /app