We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5da92d9 + f26e56f commit fd8dbe0Copy full SHA for fd8dbe0
Dockerfile
@@ -37,6 +37,8 @@ COPY --from=builder /app/node_modules ./node_modules
37
COPY --from=builder /app/dist ./dist
38
COPY --from=builder /app/drizzle ./drizzle
39
COPY --from=builder /app/drizzle.config.ts ./
40
+# Landing page at GET / (public/index.html)
41
+COPY public ./public/
42
43
# Non-root user for security
44
RUN addgroup -g 1001 -S app && adduser -u 1001 -S app -G app
0 commit comments