Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -211,5 +211,4 @@ ENV WAHA_ZIPPER=ZIPUNZIP
|
|
| 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"]
|
|
|
|
| 211 |
EXPOSE 3000
|
| 212 |
# Use tini as init system to handle zombie processes properly
|
| 213 |
ENTRYPOINT ["/usr/bin/tini", "--"]
|
|
|
|
| 214 |
CMD ["/entrypoint.sh"]
|