Skip to content

Commit 28d1e1c

Browse files
pietroalbinijyn514
authored andcommitted
move css/ to static/ in the repo
1 parent 8b17217 commit 28d1e1c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
6969
RUN mkdir -p /opt/docsrs/prefix
7070

7171
COPY --from=build /build/target/release/cratesfyi /usr/local/bin
72-
COPY css /opt/docsrs/prefix/public_html
72+
COPY static /opt/docsrs/prefix/public_html
7373
COPY templates /opt/docsrs/templates
7474
COPY docker-entrypoint.sh /opt/docsrs/entrypoint.sh
7575

css/favicon.ico static/favicon.ico

File renamed without changes.

0 commit comments

Comments
 (0)