Removes COPY instruction for static directory
This commit is contained in:
parent
1c21943c75
commit
aa9246da4e
1 changed files with 1 additions and 4 deletions
|
@ -19,8 +19,5 @@ WORKDIR /usr/local/bin
|
||||||
# copy built exacutable
|
# copy built exacutable
|
||||||
COPY --from=builder /usr/src/microbin/target/release/microbin /usr/local/bin/microbin
|
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
|
# run the binary
|
||||||
CMD ["microbin"]
|
CMD ["microbin"]
|
||||||
|
|
Loading…
Reference in a new issue