Skip to content

Commit

Permalink
added GA KEY log
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkim312 committed Apr 23, 2024
1 parent d540b15 commit fc86d15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ USER root
ARG GA_KEY
ENV GA_KEY=$GA_KEY

# Print out the value of GA_KEY
RUN echo "GA_KEY value is: $GA_KEY"

# install packages
WORKDIR /src
COPY environment.yml ./
Expand Down

0 comments on commit fc86d15

Please sign in to comment.