mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +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