diff options
author | Felix Leder <[email protected]> | 2023-10-09 22:47:06 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-10-09 22:47:06 +0200 |
commit | 1d15f7f82a2cf97a8a7a10b5157dad3e33ba3c41 (patch) | |
tree | 016bd310580fb17bf850c73d142da9506d50c445 /Dockerfile | |
parent | f985e3c21d3241fa0fa0e231ed700c6bec163a6e (diff) | |
download | webol-1d15f7f82a2cf97a8a7a10b5157dad3e33ba3c41.tar webol-1d15f7f82a2cf97a8a7a10b5157dad3e33ba3c41.tar.gz webol-1d15f7f82a2cf97a8a7a10b5157dad3e33ba3c41.zip |
Update Dockerfile
another fix
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,8 @@ | |||
1 | FROM --platform=amd64 debian:bullseye-slim | 1 | FROM --platform=amd64 debian:12-slim |
2 | 2 | ||
3 | WORKDIR /usr/local/webol | 3 | WORKDIR /usr/local/webol |
4 | RUN ls -la | ||
4 | COPY target/armv7-unknown-linux-gnueabihf/release/webol /usr/local/bin/webol | 5 | COPY target/armv7-unknown-linux-gnueabihf/release/webol /usr/local/bin/webol |
5 | 6 | ||
6 | EXPOSE 7229 | 7 | EXPOSE 7229 |
7 | CMD ["webol"] \ No newline at end of file | 8 | CMD ["webol"] |