We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62c544 commit 10df151Copy full SHA for 10df151
Dockerfile
@@ -42,13 +42,13 @@ FROM alpine:latest
42
RUN apk --no-cache add ca-certificates
43
44
# Set the working directory inside the container
45
-WORKDIR /root/
+WORKDIR /app/
46
47
# Copy the Go binary from the builder stage
48
COPY --from=builder /app/paperless-gpt .
49
50
# Copy the frontend build
51
-COPY --from=frontend /app/dist /root/web-app/dist
+COPY --from=frontend /app/dist /app/web-app/dist
52
53
# Expose the port the app runs on
54
EXPOSE 8080
0 commit comments