mirror of
https://github.com/Aviortheking/next-template.git
synced 2025-07-24 06:19:49 +00:00
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 && yarn sitemap
|
||||
|
||||
CMD ["yarn", "server"]
|
Reference in New Issue
Block a user