start.sh removed
This commit is contained in:
parent
8126f51eb0
commit
cec4023d04
2 changed files with 0 additions and 9 deletions
|
@ -4,16 +4,8 @@ FROM node:alpine
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
# Install app dependencies
|
# Install app dependencies
|
||||||
# A wildcard is used to ensure both package.json AND package-lock.json are copied
|
|
||||||
|
|
||||||
#RUN npm install -g nodaemon
|
|
||||||
#COPY package*.json .
|
|
||||||
#RUN npm install
|
|
||||||
|
|
||||||
#UN npm install -g nodaemon
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
CMD ./start.sh
|
CMD ./start.sh
|
||||||
|
|
1
start.sh
1
start.sh
|
@ -1 +0,0 @@
|
||||||
npm start run
|
|
Loading…
Reference in a new issue