fix directory

test
dan 2020-10-26 23:20:13 -06:00
parent ecbbd7d2a5
commit f70bed9ebf
1 changed files with 2 additions and 2 deletions

View File

@ -12,11 +12,11 @@ RUN node node_modules/@angular/cli/bin/ng build --prod --configuration=productio
WORKDIR /app/Server
COPY ./Server/package*.json .
COPY ./Server/package*.json ./
RUN npm install
COPY ./Server .
COPY ./Server ./
EXPOSE 8111
CMD [ "node", "src/app.js 8111" ]