Skip to content

Commit

Permalink
change src to app
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Dec 28, 2023
1 parent 20aef4d commit 3f6fd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM python:3.11-slim-bullseye AS python
ENV PYTHONUNBUFFERED 1
WORKDIR /app

COPY src src
COPY app app
COPY pyproject.toml pyproject.toml
COPY README.md README.md
COPY requirements.lock requirements.txt
Expand Down

0 comments on commit 3f6fd74

Please sign in to comment.