We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2207215 commit 9e7ae98Copy full SHA for 9e7ae98
apps/ecran/Dockerfile
@@ -23,7 +23,7 @@ RUN adduser --system --uid 1001 nextjs
23
COPY --from=builder /app/public ./public
24
COPY --from=builder /app/drizzle ./drizzle
25
COPY --from=builder /app/src/db ./src/db
26
-COPY --from=builder /app/temporal ./temporal
+COPY --from=builder /app/src/temporal ./src/temporal
27
28
RUN npm install \
29
tsx \
0 commit comments