mirror of
https://github.com/Kizuren/SauceKudasai.git
synced 2025-12-21 21:16:15 +01:00
Initial commit
This commit is contained in:
commit
880a5e58cc
51 changed files with 37278 additions and 0 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FROM node:16-alpine
|
||||
WORKDIR /app
|
||||
COPY package*.json .
|
||||
RUN npm install
|
||||
COPY . .
|
||||
EXPOSE 3006
|
||||
CMD ["npm", "run"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue