remove exposed port
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2020-02-22 17:35:59 +01:00
parent a92b71b306
commit ae45e8a236

View File

@ -23,8 +23,6 @@ RUN addgroup -g 101 -S app && \
ADD overlay/ / ADD overlay/ /
EXPOSE 8080
STOPSIGNAL SIGTERM STOPSIGNAL SIGTERM
CMD [] CMD []