fix: Removed duplicate pkg + Dockerfile (alpha)
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal 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" ]
|
Reference in New Issue
Block a user