Moved hooks to proper location

This commit is contained in:
Isaac Abadi
2020-08-08 16:18:24 -04:00
parent d5955f6a4c
commit dc0ae1dbcc
3 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
FROM arm32v7/alpine:3.12
COPY qemu-arm-static /usr/bin
ENV UID=1000 \
GID=1000 \
USER=youtube
@@ -23,7 +25,5 @@ COPY --chown=$UID:$GID [ "./", "/app/" ]
EXPOSE 17442
RUN chmod +x /app/entrypoint.sh
ENTRYPOINT [ "/app/entrypoint.sh" ]
CMD [ "node", "app.js" ]