Skip to content

Commit

Permalink
clean up temp files
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Aug 13, 2023
1 parent 628b641 commit 18b8788
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ RUN set -x && \
VERSION=$(cat /package.json| grep 'version' | cut -d '"' -f 4) && \
echo "${VERSION}" > /CONTAINER_VERSION && \
# Clean up
apt-get remove -y "${TEMP_PACKAGES[@]}" && \
apt-get autoremove -y && \
rm -rf /src/* /tmp/* /var/lib/apt/lists/* /package.json

COPY --from=typescript-builder /dist/* /monitor-hub/static/js

0 comments on commit 18b8788

Please sign in to comment.