-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
72f32f5
commit 6a2ff3d
Showing
77 changed files
with
36 additions
and
19,691 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
.idea/ | ||
example/dist | ||
*.iml | ||
|
||
.DS_Store | ||
pom.xml.versionsBackup |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FROM maven:3-jdk-8 | ||
|
||
WORKDIR /app/Kotlin | ||
WORKDIR /app |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,11 @@ | ||
destroy-ts: | ||
docker rmi graphql-simple-bindings-ts | ||
.PHONY: destroy-ts | ||
|
||
build-ts: | ||
docker build -f Dockerfile-ts -t graphql-simple-bindings-ts . | ||
.PHONY: build-ts | ||
|
||
run-ts: | ||
docker run -it --name gsb-ts --rm -v $(shell pwd)/TypeScript:/app/TypeScript -v $(shell pwd)/example:/app/example graphql-simple-bindings-ts bash | ||
.PHONY: run-ts | ||
|
||
destroy-kt: | ||
destroy: | ||
docker rmi graphql-simple-bindings-kt | ||
.PHONY: destroy-kt | ||
.PHONY: destroy | ||
|
||
build-kt: | ||
docker build -f Dockerfile-kt -t graphql-simple-bindings-kt . | ||
.PHONY: build-kt | ||
build: | ||
docker build -t graphql-simple-bindings-kt . | ||
.PHONY: build | ||
|
||
run-kt: | ||
docker run -p 8080:8080 -it --name gsb-kt --rm -v $(shell pwd)/Kotlin:/app/Kotlin -v $(shell pwd)/example:/app/example -v ~/.m2:/root/.m2 graphql-simple-bindings-kt bash | ||
.PHONY: run-kt | ||
run: | ||
docker run -p 8080:8080 -it --name gsb-kt --rm -v $(shell pwd):/app -v $(shell pwd)/example:/app/example -v ~/.m2:/root/.m2 graphql-simple-bindings-kt bash | ||
.PHONY: run |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.