DEV;Update application port
This commit is contained in:
parent
f180511104
commit
ec7f40dc88
2 changed files with 1 additions and 6 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -3,7 +3,7 @@ import FrontendBuild
|
||||||
|
|
||||||
FrontendBuild({
|
FrontendBuild({
|
||||||
name = 'portfolio'
|
name = 'portfolio'
|
||||||
port = "92:3000"
|
port = "93:3000"
|
||||||
runSonar = true
|
runSonar = true
|
||||||
appType = "nextjs"
|
appType = "nextjs"
|
||||||
})
|
})
|
||||||
|
|
|
@ -10,16 +10,11 @@ ENV NEXT_TELEMETRY_DISABLED 1
|
||||||
RUN addgroup --system --gid 1001 nodejs
|
RUN addgroup --system --gid 1001 nodejs
|
||||||
RUN adduser --system --uid 1001 nextjs
|
RUN adduser --system --uid 1001 nextjs
|
||||||
|
|
||||||
RUN ls -a
|
|
||||||
|
|
||||||
COPY .next/ .next/
|
COPY .next/ .next/
|
||||||
COPY public/ public/
|
COPY public/ public/
|
||||||
COPY node_modules/ node_modules/
|
COPY node_modules/ node_modules/
|
||||||
COPY package.json package.json
|
COPY package.json package.json
|
||||||
|
|
||||||
RUN ls -a
|
|
||||||
RUN ls -a .next
|
|
||||||
|
|
||||||
RUN chown -R nextjs:nodejs .next
|
RUN chown -R nextjs:nodejs .next
|
||||||
|
|
||||||
USER nextjs
|
USER nextjs
|
||||||
|
|
Loading…
Add table
Reference in a new issue