mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2024-11-18 02:16:11 -05:00
Fix Docker image's runtime layer
This commit is contained in:
parent
2fd0ad63a0
commit
29830b05d1
@ -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…
Reference in New Issue
Block a user