Update 'Dockerfile'
All checks were successful
rgb/pipeline/head This commit looks good

This commit is contained in:
2023-01-15 03:14:47 +00:00
parent 4917825de7
commit 63dbb2fb4d

View File

@@ -9,7 +9,7 @@ RUN mkdir -p /usr/src/app/work/
RUN cp /usr/src/app/rgb/rgb /usr/src/app/work/rgb
RUN cp /usr/src/app/rgb/mario* /usr/src/app/work/
FROM alpine:latest
FROM scratch
COPY --from=builder /usr/src/app/rgb/rgb /usr/src/app/work/