Skip to content

Commit

Permalink
fix: remove erroneous rye command
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan-Kim2028 committed Nov 18, 2024
1 parent b0d0a7e commit b70f657
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 @@ -30,7 +30,7 @@ RUN mkdir -p /app && chmod -R 777 /app
COPY . .

# Use Rye to create the virtual environment and install dependencies
RUN rye env create --force && rye sync
RUN rye sync

# Copy and set permissions for the entrypoint script
COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit b70f657

Please sign in to comment.