mirror of
https://github.com/zoriya/flood.git
synced 2026-06-06 20:12:19 +00:00
CI: disable Docker caching
This commit is contained in:
@@ -28,7 +28,6 @@ RUN npm pack
|
||||
FROM ${NODE_IMAGE} as flood
|
||||
|
||||
# Copy package built
|
||||
RUN rm -rf /tmp/*
|
||||
COPY --from=nodebuild /usr/src/app/*.tgz /tmp/
|
||||
|
||||
# Install package and then remove caches
|
||||
|
||||
Reference in New Issue
Block a user