Added port environment var set and removed unneded files
This commit is contained in:
@ -4,7 +4,7 @@ WORKDIR /app
|
||||
|
||||
COPY . /app
|
||||
|
||||
EXPOSE 8080
|
||||
EXPOSE $PORT
|
||||
|
||||
RUN apt update -y && apt install make clang -y
|
||||
|
||||
|
Reference in New Issue
Block a user