Update Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-09-29 17:36:48 +02:00
parent 4a225c3b63
commit add630be3b

View File

@ -9,3 +9,5 @@ COPY server.js /home/pptruser
RUN npm install express
CMD node server.js
LABEL com.centurylinklabs.watchtower.enable=true