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