fix directory
parent
ecbbd7d2a5
commit
f70bed9ebf
|
|
@ -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" ]
|
||||
Loading…
Reference in New Issue