Skip to content

Commit

Permalink
all args in one line
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyaoi committed Nov 10, 2018
1 parent 647fabe commit a02ea89
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions discovery/Dockerfile
@@ -1,8 +1,6 @@
FROM node:latest

ARG AWS_ACCESS_KEY
ARG AWS_SECRET_ACCESS_KEY
ARG LOGSENE_TOKEN
ARG AWS_ACCESS_KEY AWS_SECRET_ACCESS_KEY LOGSENE_TOKEN

RUN export AWS_ACCESS_KEY=$AWS_ACCESS_KEY AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY LOGSENE_TOKEN=$LOGSENE_TOKEN

Expand Down

0 comments on commit a02ea89

Please sign in to comment.