Explorar o código

fix Dockerfile

afrokick %!s(int64=5) %!d(string=hai) anos
pai
achega
2ee176e690
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      Dockerfile

+ 1 - 3
Dockerfile

@@ -2,10 +2,8 @@ FROM node:alpine
 RUN mkdir /peer-server
 WORKDIR /peer-server
 COPY bin ./bin
+COPY dist ./dist
 COPY package.json .
-COPY src ./src
-COPY config ./config
-COPY app.json .
 RUN npm install
 EXPOSE 9000
 ENTRYPOINT ["node", "bin/peerjs"]