mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 06:06:15 +01:00
Revert back to scratch container (as tests have been successfully passed)
This commit is contained in:
parent
49057d6b13
commit
4570504fbc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue