6
1
mirror of https://git.mills.io/saltyim/saltyim.git synced 2024-06-24 07:48:19 +00:00

Fix Dockerfile (again)

This commit is contained in:
James Mills 2022-03-22 09:40:55 +10:00
parent 845128ae89
commit 9347e50056

@ -23,6 +23,8 @@ COPY ./internal/exec/*.go ./internal/exec/
COPY ./internal/pwa/*.go ./internal/pwa/
COPY ./internal/tui/*.go ./internal/tui/
COPY ./internal/*.go ./internal/
COPY ./cmd/salty-chat/*.go ./cmd/salty-chat/
COPY ./cmd/saltyd/*.go ./cmd/saltyd/
# Version/Commit (there there is no .git in Docker build context)
# NOTE: This is fairly low down in the Dockerfile instructions so