Skip to content

Commit bdc1654

Browse files
KixironJoshua Nelson
authored andcommitted
Copy the correct dir in docker
1 parent 5eaed2c commit bdc1654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ COPY build.rs build.rs
4747
RUN touch build.rs
4848
COPY src src/
4949
RUN find src -name "*.rs" -exec touch {} \;
50-
COPY templates/style.scss templates/
50+
COPY templates/style templates/style
5151
COPY templates/index.js templates/
5252
COPY templates/menu.js templates/
5353

0 commit comments

Comments
 (0)