Sets workdir, adds readme

This commit is contained in:
benbierens 2023-04-17 15:36:30 +02:00 committed by Ben Bierens
parent ff6eb147c6
commit 312a3eee55
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
FROM node:18.16.0-alpine3.17
WORKDIR /usr/app
COPY . .
RUN ["npm", "install"]
CMD ["sh", "docker/deploy.sh"]