Skip to content

Commit f93cad4

Browse files
committed
Copy static folder
1 parent 4662aff commit f93cad4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎Dockerfile‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ RUN pip install poetry && \
1717
poetry config virtualenvs.create false && \
1818
poetry install --no-dev
1919

20-
COPY /src /app/src
20+
COPY /static /app/static
2121
COPY /etc /app/etc
22+
COPY /src /app/src
2223

2324
WORKDIR /app/src
2425

0 commit comments

Comments
 (0)