Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
singhalkarun authored Sep 12, 2024
1 parent c9097c2 commit bc819a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN pip install -r requirements.txt
COPY . .
ARG REPOSITORY_MONITOR_APP_PK_PEM

RUN echo $REPOSITORY_MONITOR_APP_PK_PEM > /app/utils/repository_monitor_app_pk.pe
RUN echo $REPOSITORY_MONITOR_APP_PK_PEM > /app/utils/repository_monitor_app_pk.pem

EXPOSE 5000
ENV FLASK_APP=app.py
Expand Down

0 comments on commit bc819a5

Please sign in to comment.