we don't have to commit styles.css, actually
Some checks failed
arche-build-and-publish / gractwo-arche-build-test (push) Failing after 17s
Some checks failed
arche-build-and-publish / gractwo-arche-build-test (push) Failing after 17s
This commit is contained in:
@@ -10,7 +10,7 @@ WORKDIR /app
|
||||
ENV IN_DOCKER=true
|
||||
|
||||
# Install host build dependencies.
|
||||
RUN apk add --no-cache clang lld musl-dev git
|
||||
RUN apk add --no-cache clang lld musl-dev git gcompat
|
||||
|
||||
# Build the application.
|
||||
# Leverage a cache mount to /usr/local/cargo/registry/
|
||||
@@ -21,6 +21,7 @@ RUN apk add --no-cache clang lld musl-dev git
|
||||
# source code into the container. Once built, copy the executable to an
|
||||
# output directory before the cache mounted /app/target is unmounted.
|
||||
RUN --mount=type=bind,source=src,target=src \
|
||||
--mount=type=bind,source=build.rs,target=build.rs \
|
||||
--mount=type=bind,source=web,target=web \
|
||||
--mount=type=bind,source=assets,target=assets \
|
||||
--mount=type=bind,source=askama.toml,target=askama.toml \
|
||||
|
||||
Reference in New Issue
Block a user