amplitude integration fixed

This commit is contained in:
hatskier
2022-01-11 14:54:03 +01:00
parent 05b848f218
commit ce002dea4e
6 changed files with 90 additions and 1 deletions

View File

@@ -14,5 +14,6 @@ RUN yarn
COPY . .
ENV MODE=PROD
ENV ENABLE_AMPLITUDE_LOGGING=true
CMD [ "index.handler" ]