This commit is contained in:
@ -57,4 +57,4 @@ COPY --from=frontend /app /app/frontend
|
|||||||
RUN ls -la /app/frontend
|
RUN ls -la /app/frontend
|
||||||
|
|
||||||
# Run the Paste application and the Fr
|
# Run the Paste application and the Fr
|
||||||
ENTRYPOINT sh -c ./bin/paste & cd /app/frontend && npm run start -p 3000
|
ENTRYPOINT sh -c ./bin/paste & cd /app/frontend && npm run start
|
@ -5,7 +5,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start -p 3000",
|
||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Reference in New Issue
Block a user