Skip to content

Commit

Permalink
Merge pull request #40 from vapor-ware/dockerfiles
Browse files Browse the repository at this point in the history
Moving dockerfiles to match context
  • Loading branch information
timfallmk authored May 1, 2017
2 parents ab57ce2 + 0a0b5b4 commit fa86e7f
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 105 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions compose/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ services:
container_name: synse-server
build:
context: ..
dockerfile: dockerfile/Dockerfile.x64
dockerfile: Dockerfile.x64

ports:
- 5000:5000
environment:
- VAPOR_DEBUG=true

58 changes: 0 additions & 58 deletions dockerfile/Dockerfile.arm64

This file was deleted.

43 changes: 0 additions & 43 deletions dockerfile/Dockerfile.rpi

This file was deleted.

2 changes: 1 addition & 1 deletion graphql/compose/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ services:
image: vaporio/synse_graphql
build:
context: ..
dockerfile: dockerfile/release.dockerfile
dockerfile: release.dockerfile
ports:
- "5001:5001"
2 changes: 1 addition & 1 deletion graphql/compose/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
image: vaporio/synse-graphql-test
build:
context: ..
dockerfile: dockerfile/test.dockerfile
dockerfile: test.dockerfile
volumes:
- ..:/graphql_frontend
links:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit fa86e7f

Please sign in to comment.