Update dockerfile
All checks were successful
Build AirSignal Docker image / build-docker (push) Successful in 22s
All checks were successful
Build AirSignal Docker image / build-docker (push) Successful in 22s
This commit is contained in:
@ -17,4 +17,5 @@ RUN npm install
|
|||||||
EXPOSE 12776
|
EXPOSE 12776
|
||||||
|
|
||||||
# Run AirSignal when the container launches
|
# Run AirSignal when the container launches
|
||||||
CMD ["node", "server.js"]
|
ENTRYPOINT ["node"]
|
||||||
|
CMD ["server.js"]
|
||||||
|
Reference in New Issue
Block a user