Skip to content

Commit

Permalink
Merge pull request #43 from evelynmitchell/main
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez authored Mar 25, 2024
2 parents 061dc1d + 0ded63a commit 7ab1bf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ WORKDIR /swarms-cloud/servers/cogvlm
COPY . /swarms-cloud

# Copy the entrypoint script into the container
COPY scripts/entrypoint.sh /entrypoint.sh
COPY scripts/entry_point.sh /entry_point.sh

# Make the entrypoint script executable
RUN chmod +x /entrypoint.sh
RUN chmod +x /entry_point.sh

# Expose the port the app runs on
EXPOSE 8000

# Use the entrypoint script to configure environment variables and start the application
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entry_point.sh"]

0 comments on commit 7ab1bf9

Please sign in to comment.