mirror of
https://github.com/vapor/template-fluent-postgres.git
synced 2025-04-20 09:27:08 +08:00
Autogenerated from git://github.com/vapor/template.git@e589b2f8e44228310c03c37324fb5c25be7b6fd7
This commit is contained in:
parent
6b406cb58a
commit
709f01e4b1
@ -18,7 +18,7 @@ WORKDIR /build
|
||||
# files do not change.
|
||||
COPY ./Package.* ./
|
||||
RUN swift package resolve --skip-update \
|
||||
"$([ -f ./Package.resolved ] && echo "--force-resolved-versions" || true)"
|
||||
$([ -f ./Package.resolved ] && echo "--force-resolved-versions" || true)
|
||||
|
||||
# Copy entire repo into container
|
||||
COPY . .
|
||||
|
Loading…
x
Reference in New Issue
Block a user