mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2024-11-21 21:06:03 +03:00
Fix Docker image's runtime layer
This commit is contained in:
parent
2fd0ad63a0
commit
29830b05d1
@ -12,6 +12,6 @@ COPY . .
|
|||||||
RUN zs build
|
RUN zs build
|
||||||
|
|
||||||
# Runtime
|
# Runtime
|
||||||
FROM prologic/static AS runtime
|
FROM prologic/zs AS runtime
|
||||||
|
|
||||||
COPY --from=build /src/.pub /data
|
COPY --from=build /src/.pub /data
|
||||||
|
Loading…
Reference in New Issue
Block a user