Added port environment var set and removed unneded files

This commit is contained in:
2021-03-15 18:45:33 +05:00
parent cb02a1fdc6
commit 788e0694d8
5 changed files with 3 additions and 45 deletions

View File

@ -4,7 +4,7 @@ WORKDIR /app
COPY . /app
EXPOSE 8080
EXPOSE $PORT
RUN apt update -y && apt install make clang -y