Add docker deployment machinery

This commit is contained in:
Luke Murphy
2020-11-25 09:07:19 +01:00
parent 0e1208760c
commit 6ea79dd99b
3 changed files with 53 additions and 0 deletions

View File

@ -6,6 +6,8 @@ COPY ./docs /app
WORKDIR /app
RUN apk add --no-cache curl
RUN npm install http-server
CMD ["npm", "start"]