Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Dec 11, 2024
1 parent 17feef7 commit 5408e3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ COPY . .

RUN chmod +x ./gradlew

EXPOSE 8080
EXPOSE 80
EXPOSE 8081

ENTRYPOINT [ "./gradlew", "bootRun" ]
1 change: 0 additions & 1 deletion ops/terraform/variables.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
variable "client_id" {}
variable "name" {}
variable "postgres_server_id" {}
variable "object_id" {}
variable "tenant_id" {}

Expand Down

0 comments on commit 5408e3e

Please sign in to comment.