mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2025-04-04 13:53:31 +03:00
Fix Docker image's runtime layer
This commit is contained in:
parent
2fd0ad63a0
commit
29830b05d1
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ COPY . .
|
|||
RUN zs build
|
||||
|
||||
# Runtime
|
||||
FROM prologic/static AS runtime
|
||||
FROM prologic/zs AS runtime
|
||||
|
||||
COPY --from=build /src/.pub /data
|
||||
|
|
Loading…
Add table
Reference in a new issue