@@ -16,7 +16,7 @@ RUN pip install poetry && \
|
|||||||
poetry config virtualenvs.create false && \
|
poetry config virtualenvs.create false && \
|
||||||
poetry install --no-root --only main
|
poetry install --no-root --only main
|
||||||
|
|
||||||
# Copy the rest of the application
|
# Copy the rest of the files
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
# Expose the port
|
# Expose the port
|
||||||
|
|||||||
Reference in New Issue
Block a user