Spaces:
Sleeping
Sleeping
Lazar Radojevic
commited on
Commit
·
a96301b
1
Parent(s):
d6fd146
test
Browse files- Dockerfile +1 -4
Dockerfile
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
# Use the official Docker image with Docker and Docker Compose
|
2 |
-
FROM
|
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
|