test
dan 2020-10-26 23:42:35 -06:00
parent 2b6f92dabb
commit 0683120c9f
1 changed files with 2 additions and 4 deletions

View File

@ -14,8 +14,6 @@ WORKDIR /app
RUN rm -r ./Client
RUN ls
WORKDIR /app/Server
COPY ./Server/src/package*.json ./
@ -24,7 +22,7 @@ RUN npm install
COPY ./Server ./
RUN ls
WORKDIR /app/Server/src
EXPOSE 8111
CMD [ "ls" ]
CMD [ "node", "app.js", "8111" ]