Revert back to scratch container (as tests have been successfully passed)

This commit is contained in:
Marco Realacci 2022-12-12 22:01:34 +01:00
parent 49057d6b13
commit 4570504fbc

View file

@ -34,7 +34,7 @@ RUN /bin/bash -euo pipefail -c "for ex in \$(ls); do pushd \$ex; CGO_ENABLED=1 g
RUN cd /app/ && strip * && upx -9 *
### Create final container from scratch
FROM debian:latest
FROM scratch
### Inform Docker about which port is used
EXPOSE 3000 4000