copy things into the container
This commit is contained in:
parent
b1ee56c127
commit
a5c9806ce3
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
FROM docker.io/library/node:latest
|
FROM docker.io/library/node:latest
|
||||||
|
|
||||||
RUN npm i
|
RUN mkdir /opt/ai-backend-proxy
|
||||||
|
COPY . /opt/ai-backend-proxy
|
||||||
|
|
||||||
|
WORKDIR /opt/ai-backend-proxy
|
||||||
|
RUN npm i
|
||||||
CMD node server.js
|
CMD node server.js
|
Loading…
Add table
Add a link
Reference in a new issue