Fix dockerfile typo
This commit is contained in:
@@ -11,7 +11,7 @@ COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Copy the client code into the container
|
||||
COPY .app .
|
||||
COPY ./app/ .
|
||||
|
||||
# Define environment variable for the server host
|
||||
# This will be set by the Makefile when running the container
|
||||
|
||||
Reference in New Issue
Block a user