mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-09-18 05:29:37 +08:00
Make start.sh executable
This commit is contained in:
parent
fbb76f8196
commit
bdfae12aea
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ FROM python:3.13.7-slim AS runtime
|
||||||
ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1
|
ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
RUN chmod +x /app/.docker/start.sh
|
||||||
|
|
||||||
# Copy the virtual environment from the builder stage
|
# Copy the virtual environment from the builder stage
|
||||||
COPY --from=builder /app /app
|
COPY --from=builder /app /app
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue