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++ && \ g++ && \
rm -rf /var/cache/apk/* \ rm -rf /var/cache/apk/* \
/opt/go \ /opt/go \
/root/dist /root/dist \
/tmp
# #
# Start medpot # Start medpot
WORKDIR /opt/medpot WORKDIR /opt/medpot