Removes COPY instruction for static directory

This commit is contained in:
Arie 2022-06-27 10:37:25 +10:00
parent 1c21943c75
commit aa9246da4e

View file

@ -19,8 +19,5 @@ WORKDIR /usr/local/bin
# copy built exacutable
COPY --from=builder /usr/src/microbin/target/release/microbin /usr/local/bin/microbin
# copy /static folder containing the stylesheets
COPY --from=builder /usr/src/microbin/static /usr/local/bin/static
# run the binary
CMD ["microbin"]
CMD ["microbin"]