forked from neri/datatrash
add snippet folder to docker build
This commit is contained in:
parent
c372db6446
commit
8fcc4f19d2
|
@ -11,6 +11,7 @@ RUN cargo build --release
|
||||||
COPY --chown=rust src ./src
|
COPY --chown=rust src ./src
|
||||||
COPY --chown=rust static ./static
|
COPY --chown=rust static ./static
|
||||||
COPY --chown=rust template ./template
|
COPY --chown=rust template ./template
|
||||||
|
COPY --chown=rust snippet ./snippet
|
||||||
COPY --chown=rust init-db.sql ./init-db.sql
|
COPY --chown=rust init-db.sql ./init-db.sql
|
||||||
RUN touch src/main.rs
|
RUN touch src/main.rs
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|
Loading…
Reference in New Issue