Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -211,8 +211,8 @@ ENV WAHA_ZIPPER=ZIPUNZIP
|
|
| 211 |
|
| 212 |
# Run command, etc
|
| 213 |
EXPOSE 3000
|
| 214 |
-
#
|
| 215 |
-
USER node
|
| 216 |
# Use tini as init system to handle zombie processes properly
|
| 217 |
ENTRYPOINT ["/usr/bin/tini", "--"]
|
| 218 |
CMD ["/entrypoint.sh"]
|
|
|
|
| 211 |
|
| 212 |
# Run command, etc
|
| 213 |
EXPOSE 3000
|
| 214 |
+
# Keep running as root to avoid permission issues
|
| 215 |
+
# USER node
|
| 216 |
# Use tini as init system to handle zombie processes properly
|
| 217 |
ENTRYPOINT ["/usr/bin/tini", "--"]
|
| 218 |
CMD ["/entrypoint.sh"]
|