diff --git a/callback-server/Dockerfile b/callback-server/Dockerfile index 8bc8091..6ba38c2 100644 --- a/callback-server/Dockerfile +++ b/callback-server/Dockerfile @@ -15,7 +15,6 @@ COPY callback-server ./callback-server/ COPY common ./common/ RUN touch common/.env RUN python3 common/set-env-var.py -RUN cat common/.env # Expose the port the app runs on EXPOSE 80 diff --git a/callback-server/app.js b/callback-server/app.js index 15990ec..e8439b1 100644 --- a/callback-server/app.js +++ b/callback-server/app.js @@ -29,6 +29,7 @@ app.listen(port, () => { console.log(`Big brother is listening on port ${port}`) //#region ACCESS TOKEN app.post('/', async (req, res) => { + console.log(clientId); stepBeggining("Activation"); let data;