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 .
|
COPY yarn.lock .
|
||||||
RUN yarn
|
RUN yarn
|
||||||
|
|
||||||
VOLUME .next
|
|
||||||
|
|
||||||
COPY . ./
|
COPY . ./
|
||||||
RUN yarn run build
|
RUN yarn run build
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next -p 80",
|
"dev": "next -p 80",
|
||||||
"build": "rm -rf .next && next build && rm -rf .next/cache",
|
"build": "next build",
|
||||||
"start": "next start -p 80"
|
"start": "next start -p 80"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user