Move to monorepo for React Native!
This commit is contained in:
@@ -36,6 +36,7 @@ ENV NEXT_TELEMETRY_DISABLED=1
|
||||
RUN addgroup -S nodejs -g 1001 && adduser -S nextjs -u 1001
|
||||
COPY --from=builder /app/public ./public
|
||||
RUN mkdir .next && chown -R nextjs:nodejs .next
|
||||
RUN mkdir -p .next/cache && chown -R nextjs:nodejs .next
|
||||
|
||||
# Next standalone output
|
||||
COPY --from=builder /app/.next/standalone ./
|
||||
|
@@ -4,7 +4,7 @@ networks:
|
||||
services:
|
||||
techtracker-next:
|
||||
build:
|
||||
context: ../../..
|
||||
context: ../../../apps/next/
|
||||
dockerfile: host/next/docker/Dockerfile
|
||||
image: ${CONTAINER_NAME}:alpine
|
||||
container_name: ${CONTAINER_NAME}
|
||||
|
Reference in New Issue
Block a user