Skip to content

Commit

Permalink
Merge pull request #23 from mina1460/pump_openfga_to_1.2.0
Browse files Browse the repository at this point in the history
pumping ofga version
  • Loading branch information
mina1460 committed Jul 25, 2023
2 parents ad72c9a + 0b77576 commit 79c144b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ RUN apt-get -qq update && apt-get -qq install -y ca-certificates curl logrotate
EXPOSE 8081
EXPOSE 8080
WORKDIR /app
COPY --from=openfga/openfga:v0.2.5 /openfga /app/openfga
COPY --from=openfga/openfga:v0.2.5 /assets /app/assets
COPY --from=openfga/openfga:v1.2.0 /openfga /app/openfga
COPY --from=openfga/openfga:v1.2.0 /assets /app/assets
ENTRYPOINT ["/app/openfga"]

0 comments on commit 79c144b

Please sign in to comment.