fix: container label

This commit is contained in:
2024-08-05 07:43:27 +02:00
parent efdba4ccc2
commit da0e3108ca
+2
View File
@@ -15,6 +15,8 @@ COPY config.js /usr/share/vnctalk-hybrid-authenticator2/config/vnc-hybrid-authen
RUN cd /usr/share/vnctalk-hybrid-authenticator2 && yarn install
LABEL org.opencontainers.image.source=https://github.com/vnc-biz/vnclagoon-images
#RUN npm install /usr/share/vnctalk-hybrid-authenticator2/app
ENTRYPOINT ["pm2-runtime", "/usr/share/vnctalk-hybrid-authenticator2/app/app.js"]