Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -10,4 +10,5 @@ WORKDIR /app
|
|
| 10 |
COPY . /app
|
| 11 |
RUN cd /app
|
| 12 |
RUN ls -l
|
| 13 |
-
|
|
|
|
|
|
| 10 |
COPY . /app
|
| 11 |
RUN cd /app
|
| 12 |
RUN ls -l
|
| 13 |
+
RUN chmod +x start.sh
|
| 14 |
+
CMD ["./start.sh"]
|