Fix Docker image's runtime layer

This commit is contained in:
James Mills 2023-03-16 19:34:28 +10:00
parent 2fd0ad63a0
commit 29830b05d1
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
1 changed files with 1 additions and 1 deletions

View File

@ -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