Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -20,5 +20,7 @@ EXPOSE 3001
|
|
20 |
|
21 |
RUN chmod 777 -R /data
|
22 |
|
|
|
|
|
23 |
|
24 |
-
|
|
|
20 |
|
21 |
RUN chmod 777 -R /data
|
22 |
|
23 |
+
COPY start.sh /start.sh
|
24 |
+
RUN chmod +x /start.sh
|
25 |
|
26 |
+
ENTRYPOINT ["/start.sh"]
|