Skip to content

Commit

Permalink
add html files to build
Browse files Browse the repository at this point in the history
Signed-off-by: sammy <[email protected]>
  • Loading branch information
SammyOina committed Jan 25, 2024
1 parent 92b780e commit 2b881c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ FROM scratch
# Certificates are needed so that mailing util can work.
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
COPY --from=builder /exe /
COPY --from=builder /go/src/github.com/absmach/callhome/web /web
ENTRYPOINT ["/exe"]
1 change: 0 additions & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ services:
networks:
- callhome-base-net
volumes:
- ../web:/web
- ./IP2LOCATION-LITE-DB5.IPV6.BIN:/IP2LOCATION-LITE-DB5.IPV6.BIN
certbot:
image: certbot/certbot
Expand Down

0 comments on commit 2b881c1

Please sign in to comment.