remove EXPOSE port 8080

This commit is contained in:
seanauff 2020-04-02 11:29:27 -04:00 committed by GitHub
parent 91b1ad9466
commit 471b3d7af6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
FROM python:2.7
EXPOSE 8080
RUN apt-get update && apt-get install -y \
cmake \