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