We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8632488 commit 0486ccfCopy full SHA for 0486ccf
1 file changed
Dockerfile
@@ -29,11 +29,12 @@ COPY --from=builder /app/db ./db
29
COPY --from=builder /app/definitions ./definitions
30
COPY --from=builder /app/tsconfig.typeorm.json ./tsconfig.typeorm.json
31
COPY --from=builder /app/tsconfig.json ./tsconfig.json
32
+
33
COPY docker/entrypoint.sh /entrypoint.sh
34
35
RUN mkdir -p /app/public/assets \
36
&& chmod +x /entrypoint.sh \
- && chown -R nextjs:nodejs /app \
37
+ && chown -R nextjs:nodejs /app
38
39
USER nextjs
40
EXPOSE 3000
0 commit comments