diff --git a/Dockerfile b/Dockerfile index 83dbe72..5998f32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN pip install --no-cache-dir -r requirements.txt COPY views ./ COPY static ./ +COPY words ./ COPY app.py ./ COPY thesethreewords.py ./