Skip to content

Commit b255321

Browse files
committed
Updates for deployment
1 parent 311387b commit b255321

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
File renamed without changes.

src/Dockerfile renamed to Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ENV NODE_ENV production
4343
RUN addgroup --system --gid 1001 nodejs
4444
RUN adduser --system --uid 1001 nextjs
4545

46-
COPY --from=builder /app/public ./public
46+
COPY --from=builder /app/src/public ./public
4747

4848
# Automatically leverage output traces to reduce image size
4949
# https://nextjs.org/docs/advanced-features/output-file-tracing

config/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ resource containerApp 'Microsoft.App/containerApps@2022-03-01' = {
145145
}
146146
]
147147
resources: {
148-
cpu: '1'
148+
cpu: '0.5'
149149
memory: '1.0Gi'
150150
}
151151
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)