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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue