Skip to content

Commit 1ec7410

Browse files
committed
fix dockerfile ee
1 parent 43d0508 commit 1ec7410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile_backend_ee

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ EXPOSE 3000
4444
COPY --from=builder /go/src/github.com/diggerhq/digger/backend_exe /app/backend
4545
COPY --from=builder /go/src/github.com/diggerhq/digger/backend/scripts/entrypoint.sh /app/entrypoint.sh
4646
COPY --from=builder /go/src/github.com/diggerhq/digger/backend/migrations /app/migrations
47-
ADD backend/templates ./templates
47+
ADD ee/backend/templates ./templates
4848

4949
# Run the binary
5050
ENTRYPOINT ["/bin/bash", "/app/entrypoint.sh"]

0 commit comments

Comments
 (0)