mirror of
https://github.com/cupcakearmy/fantus.git
synced 2025-09-05 13:40:39 +00:00
deployment
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM node:alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json .
|
||||
COPY yarn.lock .
|
||||
RUN yarn
|
||||
|
||||
COPY next.config.js .
|
||||
COPY .env .
|
||||
|
||||
CMD [ "yarn", "run", "start" ]
|
Reference in New Issue
Block a user