fix cleanup medpot

This commit is contained in:
t3chn0m4g3 2022-06-14 08:04:35 +00:00
parent 421b3d3020
commit fc93db2bc4

View file

@ -44,7 +44,8 @@ RUN apk -U --no-cache add \
g++ && \
rm -rf /var/cache/apk/* \
/opt/go \
/root/dist
/root/dist \
/tmp
#
# Start medpot
WORKDIR /opt/medpot