Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonDane committed Dec 21, 2023
2 parents 0a39d4e + a4dd048 commit d9a95d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ RUN playwright install && \

# Grab needed files
COPY ./autoRSA.py .
COPY ./entrypoint.sh .
COPY ./fidelityAPI.py .
COPY ./helperAPI.py .
COPY ./robinhoodAPI.py .
COPY ./schwabAPI.py .
COPY ./tradierAPI.py .
COPY ./helperAPI.py .
COPY ./tastyAPI.py .
COPY ./entrypoint.sh .

# Make the entrypoint executable
RUN chmod +x entrypoint.sh

# Set the entrypoint to our entrypoint.sh
ENTRYPOINT ["/app/entrypoint.sh"]
# Set the entrypoint to our entrypoint.sh
ENTRYPOINT ["/app/entrypoint.sh"]

0 comments on commit d9a95d2

Please sign in to comment.