Skip to content

Commit

Permalink
fix dockerfile ee
Browse files Browse the repository at this point in the history
  • Loading branch information
motatoes committed May 20, 2024
1 parent 43d0508 commit 1ec7410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_backend_ee
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ EXPOSE 3000
COPY --from=builder /go/src/github.com/diggerhq/digger/backend_exe /app/backend
COPY --from=builder /go/src/github.com/diggerhq/digger/backend/scripts/entrypoint.sh /app/entrypoint.sh
COPY --from=builder /go/src/github.com/diggerhq/digger/backend/migrations /app/migrations
ADD backend/templates ./templates
ADD ee/backend/templates ./templates

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

0 comments on commit 1ec7410

Please sign in to comment.