generated from lucien/api-template
added endpoints
This commit is contained in:
parent
8a61aaa68f
commit
7d0406ef6e
6 changed files with 314 additions and 2 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM node:alpine
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN npm i
|
||||
CMD ["npm", "run", "start"]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue