Skip to content

Commit

Permalink
bug fixes in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Sagaydak committed Sep 21, 2024
1 parent b16c25f commit 74d9456
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

RUN apt-get update && apt-get install -y libboost-all-dev

COPY ./server/build/libhv-http /usr/local/bin/http-server

WORKDIR /usr/local/bin/

EXPOSE 7777

CMD ["http-server"]

0 comments on commit 74d9456

Please sign in to comment.