mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 06:16:18 +00:00
cough
This commit is contained in:
parent
fb7c7c4c0a
commit
b28bccaa80
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y libsqlite3-dev sqlite3 && rm -rf /var/l
|
|||
WORKDIR /usr/src/app
|
||||
|
||||
COPY . .
|
||||
RUN sqlite ../sqlite.db ''
|
||||
RUN sqlite3 ../sqlite.db ''
|
||||
RUN --mount=type=cache,sharing=locked,target=/root/.cargo/git \
|
||||
--mount=type=cache,sharing=locked,target=/root/.cargo/registry \
|
||||
--mount=type=cache,sharing=locked,target=/usr/src/app/target \
|
||||
|
|
|
@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y libsqlite3-dev sqlite3 && rm -rf /var/l
|
|||
WORKDIR /usr/src/app
|
||||
|
||||
COPY . .
|
||||
RUN sqlite ../sqlite.db ''
|
||||
RUN sqlite3 ../sqlite.db ''
|
||||
RUN --mount=type=cache,sharing=locked,target=/root/.cargo/git \
|
||||
--mount=type=cache,sharing=locked,target=/root/.cargo/registry \
|
||||
--mount=type=cache,sharing=locked,target=/usr/src/app/target \
|
||||
|
|
Loading…
Reference in a new issue