Fixed typo in Dockerfile

This commit is contained in:
João Silva
2023-11-29 15:27:47 +00:00
parent fa203ced3e
commit c31937fd10

View File

@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y pkg-config python3-dev default-libmysql
WORKDIR /app
# Copy the current directory contents into the container at /app
COPY . /app
COPY app/ /app
# Create a virtual environment and install dependencies
RUN python -m venv /venv