e
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Successful in 1m11s

This commit is contained in:
Lee
2024-07-12 20:06:25 +01:00
parent 7ec91d7fc8
commit fff561e299
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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": {