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
# 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"]