fix: Removed duplicate pkg + Dockerfile (alpha)

This commit is contained in:
NGPixel
2017-04-28 20:17:10 -04:00
parent a68235190a
commit cd600b0541
4 changed files with 24 additions and 1 deletions

8
Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM node:latest
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
RUN yarn add wiki.js@latest
EXPOSE 3000
CMD [ "node", "server" ]