-
Notifications
You must be signed in to change notification settings - Fork 22
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
Alexander Simmerl
committed
Mar 27, 2017
1 parent
ee6bdbc
commit df13450
Showing
2 changed files
with
3 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
FROM alpine:3.5 | ||
MAINTAINER Tapglue "[email protected]" | ||
|
||
ARG CONSOLE_BINARY | ||
ARG GATEWAY_HTTP_BINARY | ||
ARG SIMS_BINARY | ||
|
||
|
@@ -11,5 +12,6 @@ RUN apk add --update ca-certificates && rm -rf /var/cache/apk/* | |
ADD infrastructure/certs/self/self.crt /tapglue/self.crt | ||
ADD infrastructure/certs/self/self.key /tapglue/self.key | ||
|
||
ADD $CONSOLE_BINARY /tapglue/console | ||
ADD $GATEWAY_HTTP_BINARY /tapglue/gateway-http | ||
ADD $SIMS_BINARY /tapglue/sims |
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