This commit is contained in:
parent
51ee7f728c
commit
1bb362249b
|
@ -11,9 +11,9 @@ EXPOSE 8000
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
# Install any needed packages specified in pyproject.toml
|
# Install any needed packages specified in pyproject.toml
|
||||||
RUN apk update && apk add --no-cache gcc curl && \
|
RUN apk update && \
|
||||||
|
apk add --no-cache gcc curl && \
|
||||||
RUN pip install -r requirements.txt --no-cache
|
pip install -r requirements.txt --no-cache
|
||||||
|
|
||||||
# Run server.py when the container launches
|
# Run server.py when the container launches
|
||||||
CMD ["python", "server.py"]
|
CMD ["python", "server.py"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user