Updated arm dockerfile

This commit is contained in:
Isaac Grynsztein
2020-07-18 22:35:06 -04:00
parent 834ac00694
commit f5215baa55

View File

@@ -23,5 +23,7 @@ COPY --chown=$UID:$GID [ "./", "/app/" ]
EXPOSE 17442
RUN chmod +x /app/entrypoint.sh
ENTRYPOINT [ "/app/entrypoint.sh" ]
CMD [ "node", "app.js" ]