Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,5 +29,5 @@ WORKDIR /app
|
|
29 |
RUN chmod 777 /app
|
30 |
COPY . /app
|
31 |
|
32 |
-
ENTRYPOINT ["
|
33 |
|
|
|
29 |
RUN chmod 777 /app
|
30 |
COPY . /app
|
31 |
|
32 |
+
ENTRYPOINT ["bash","./start.sh"]
|
33 |
|