Skip to content

Commit 9e7ae98

Browse files
authored
fix(ecran): Move temporal directory to src folder (#293)
1 parent 2207215 commit 9e7ae98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/ecran/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN adduser --system --uid 1001 nextjs
2323
COPY --from=builder /app/public ./public
2424
COPY --from=builder /app/drizzle ./drizzle
2525
COPY --from=builder /app/src/db ./src/db
26-
COPY --from=builder /app/temporal ./temporal
26+
COPY --from=builder /app/src/temporal ./src/temporal
2727

2828
RUN npm install \
2929
tsx \

0 commit comments

Comments
 (0)