Skip to content

Commit 46df4db

Browse files
committed
fix docker build to docker can also build the static etags
1 parent 9e63f8d commit 46df4db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dockerfiles/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ COPY src src/
7373
RUN find src -name "*.rs" -exec touch {} \;
7474
COPY templates templates/
7575
COPY vendor vendor/
76+
COPY static static/
7677
COPY assets assets/
7778
COPY .sqlx .sqlx/
7879
COPY migrations migrations/

0 commit comments

Comments
 (0)