mirror of
https://github.com/cupcakearmy/fantus.git
synced 2024-11-01 04:54:13 +01:00
deployment
This commit is contained in:
parent
4ec8e9371d
commit
10f30eaf12
@ -6,8 +6,6 @@ COPY package.json .
|
||||
COPY yarn.lock .
|
||||
RUN yarn
|
||||
|
||||
VOLUME .next
|
||||
|
||||
COPY . ./
|
||||
RUN yarn run build
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"scripts": {
|
||||
"dev": "next -p 80",
|
||||
"build": "rm -rf .next && next build && rm -rf .next/cache",
|
||||
"build": "next build",
|
||||
"start": "next start -p 80"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user