Skip to content

Commit

Permalink
Remove secrets from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Nov 12, 2019
1 parent e43e93a commit 0c28a5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,4 @@ RUN chown -R pptruser:pptruser /home/pptruser

USER pptruser

ENV EMAILS_AWS_ACCESS_KEY_ID=LDG2IRCOBQI7HKQZDAZI
ENV EMAILS_SECRET_ACCESS_KEY=0lRfoRzjFS0UFhFWpv3ECx0TPFnw0dZIO0GsZ1ehh8Q
ENV MAILGUN_API_KEY=key-90e203e1a6ffa6247db4357b3ee53afa

ENTRYPOINT ["dumb-init", "--", "node", "index.js"]
1 change: 1 addition & 0 deletions templates/saved-searches.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
padding: 20px 30px;
max-width: 640px;
margin-bottom: 50px;
width: 100%;
}

.section{
Expand Down

0 comments on commit 0c28a5a

Please sign in to comment.