Commit 29bb03e0 authored by NGPixel's avatar NGPixel Committed by Nicolas Giard

fix: Docker fixes

parent f31dccab
......@@ -6,7 +6,12 @@ RUN apk update && apk upgrade && \
ENV WIKI_JS_DOCKER 1
WORKDIR /usr/src/app
RUN npm install wiki.js@latest
COPY assets assets/
COPY server server/
COPY npm/configs/config.docker.yml config.yml
COPY package.json package.json
COPY LICENSE LICENSE
RUN npm install --only=production --no-optional
EXPOSE 3000
ENTRYPOINT [ "node", "server" ]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment