Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -209,7 +209,7 @@ ENV WAHA_ZIPPER=ZIPUNZIP
|
|
| 209 |
|
| 210 |
# Run command, etc
|
| 211 |
EXPOSE 3000
|
| 212 |
-
RUN chmod +x entrypoint.sh
|
| 213 |
# Use tini as init system to handle zombie processes properly
|
| 214 |
ENTRYPOINT ["/usr/bin/tini", "--"]
|
|
|
|
| 215 |
CMD ["/entrypoint.sh"]
|
|
|
|
| 209 |
|
| 210 |
# Run command, etc
|
| 211 |
EXPOSE 3000
|
|
|
|
| 212 |
# Use tini as init system to handle zombie processes properly
|
| 213 |
ENTRYPOINT ["/usr/bin/tini", "--"]
|
| 214 |
+
RUN chmod +x entrypoint.sh
|
| 215 |
CMD ["/entrypoint.sh"]
|