Update dockerfile
All checks were successful
Build AirSignal Docker image / build-docker (push) Successful in 22s

This commit is contained in:
2023-11-09 17:32:19 +01:00
parent 5c91b7283a
commit bb7bad029a

View File

@ -17,4 +17,5 @@ RUN npm install
EXPOSE 12776
# Run AirSignal when the container launches
CMD ["node", "server.js"]
ENTRYPOINT ["node"]
CMD ["server.js"]