mirror of
https://github.com/szabodanika/microbin
synced 2024-11-14 13:17:05 +00:00
fix typos
This commit is contained in:
parent
089bb95c4f
commit
68f4081745
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ COPY --from=build \
|
|||
/etc/ssl/certs/ca-certificates.crt \
|
||||
/etc/ssl/certs/ca-certificates.crt
|
||||
|
||||
# copy built exacutable
|
||||
# copy built executable
|
||||
COPY --from=build \
|
||||
/app/target/release/microbin \
|
||||
/usr/bin/microbin
|
||||
|
@ -34,4 +34,4 @@ COPY --from=build \
|
|||
# Expose webport used for the webserver to the docker runtime
|
||||
EXPOSE 8080
|
||||
|
||||
ENTRYPOINT ["microbin"]
|
||||
ENTRYPOINT ["microbin"]
|
||||
|
|
|
@ -24,7 +24,7 @@ On our website [microbin.eu](https://microbin.eu) you will find the following:
|
|||
- [Screenshots](https://microbin.eu/screenshots/)
|
||||
- [Quickstart Guide](https://microbin.eu/quickstart/)
|
||||
- [Documentation](https://microbin.eu/documentation/)
|
||||
- [Donations and Sponsorhip](https://microbin.eu/donate/)
|
||||
- [Donations and Sponsorships](https://microbin.eu/donate/)
|
||||
- [Community](https://microbin.eu/community/)
|
||||
|
||||
### Features
|
||||
|
|
Loading…
Reference in a new issue