Skip to content

Commit 10df151

Browse files
authored
Fix prompts mount (#30)
Fixes #27
1 parent e62c544 commit 10df151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ FROM alpine:latest
4242
RUN apk --no-cache add ca-certificates
4343

4444
# Set the working directory inside the container
45-
WORKDIR /root/
45+
WORKDIR /app/
4646

4747
# Copy the Go binary from the builder stage
4848
COPY --from=builder /app/paperless-gpt .
4949

5050
# Copy the frontend build
51-
COPY --from=frontend /app/dist /root/web-app/dist
51+
COPY --from=frontend /app/dist /app/web-app/dist
5252

5353
# Expose the port the app runs on
5454
EXPOSE 8080

0 commit comments

Comments
 (0)