Don't ignore `skysh` for Docker image build

PR #261 added `skysh` to the Docker image. However, due to our
`dockerignore` rules, the `skysh` binary is ignored. This commit
fixes that.
next
Sayan Nandan 2 years ago
parent 62eed115a5
commit 80ba03278b
No known key found for this signature in database
GPG Key ID: 8BC07A0A4D41DD52

@ -3,4 +3,5 @@
# Only include the skyd binary
!target/release/skyd
!target/release/skysh
!examples/config-files/docker.toml
Loading…
Cancel
Save