From 0c28a5a3545b37c369b4521a4d0bc19ef08180da Mon Sep 17 00:00:00 2001 From: Adam Kariv Date: Tue, 12 Nov 2019 22:52:36 +0200 Subject: [PATCH] Remove secrets from Dockerfile --- Dockerfile | 4 ---- templates/saved-searches.html | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6124cb6..4c33f02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] diff --git a/templates/saved-searches.html b/templates/saved-searches.html index 0f8b240..7411922 100644 --- a/templates/saved-searches.html +++ b/templates/saved-searches.html @@ -15,6 +15,7 @@ padding: 20px 30px; max-width: 640px; margin-bottom: 50px; + width: 100%; } .section{