Ajout de l'ORM
Co-authored-by: S0dy <msorin@msorin.com> Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@ -0,0 +1,13 @@
|
||||
FROM node:alpine
|
||||
|
||||
# instal yarn
|
||||
RUN apk -q add yarn
|
||||
|
||||
# Go to user home
|
||||
WORKDIR /home/tcgdex
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN yarn && yarn build
|
||||
|
||||
CMD ["yarn", "start"]
|
Reference in New Issue
Block a user