fix typos

This commit is contained in:
figsoda 2022-11-09 10:46:51 -05:00
parent 089bb95c4f
commit 68f4081745
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ COPY --from=build \
/etc/ssl/certs/ca-certificates.crt \ /etc/ssl/certs/ca-certificates.crt \
/etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
# copy built exacutable # copy built executable
COPY --from=build \ COPY --from=build \
/app/target/release/microbin \ /app/target/release/microbin \
/usr/bin/microbin /usr/bin/microbin
@ -34,4 +34,4 @@ COPY --from=build \
# Expose webport used for the webserver to the docker runtime # Expose webport used for the webserver to the docker runtime
EXPOSE 8080 EXPOSE 8080
ENTRYPOINT ["microbin"] ENTRYPOINT ["microbin"]

View file

@ -24,7 +24,7 @@ On our website [microbin.eu](https://microbin.eu) you will find the following:
- [Screenshots](https://microbin.eu/screenshots/) - [Screenshots](https://microbin.eu/screenshots/)
- [Quickstart Guide](https://microbin.eu/quickstart/) - [Quickstart Guide](https://microbin.eu/quickstart/)
- [Documentation](https://microbin.eu/documentation/) - [Documentation](https://microbin.eu/documentation/)
- [Donations and Sponsorhip](https://microbin.eu/donate/) - [Donations and Sponsorships](https://microbin.eu/donate/)
- [Community](https://microbin.eu/community/) - [Community](https://microbin.eu/community/)
### Features ### Features