初始化测试
This commit is contained in:
parent
a8a5ca2e75
commit
f783de7537
@ -4,4 +4,4 @@ RUN mkdir /app
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . /app
|
COPY . /app
|
||||||
RUN npm install
|
RUN npm install
|
||||||
ENTRYPOINT ["node /app/script/index.js"]
|
ENTRYPOINT ["node","/app/script/index.js"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user