fixed ports
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
FROM ubuntu
|
||||
FROM ubuntu:18.04
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . /app
|
||||
|
||||
EXPOSE $PORT
|
||||
|
||||
RUN apt update -y && apt install make clang -y
|
||||
|
||||
RUN make
|
||||
|
||||
CMD ["./build/server", "$PORT"]
|
Reference in New Issue
Block a user