Spaces:
Sleeping
Sleeping
Lazar Radojevic
commited on
Commit
·
d2709b0
1
Parent(s):
a96301b
test2
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,4 +15,4 @@ COPY backend ./backend
|
|
15 |
EXPOSE 8501 8080
|
16 |
|
17 |
# Run docker-compose up when the container starts
|
18 |
-
CMD ["docker
|
|
|
15 |
EXPOSE 8501 8080
|
16 |
|
17 |
# Run docker-compose up when the container starts
|
18 |
+
CMD ["docker", "compose", "up"]
|