fix: Dockerfile working dir

This commit is contained in:
Ben Allfree 2023-12-30 11:07:05 -08:00
parent 17de7b3a4a
commit b7ad8c296d

View File

@ -15,4 +15,4 @@ COPY bootstrap/* .
RUN npm i
CMD ["node", "index.mjs"]
WORKDIR /home/pockethost