dakaca commited on
Commit
6fbbd12
·
1 Parent(s): 236367e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -5,4 +5,5 @@ RUN apt-get update && apt-get install -y \
5
  vim \
6
  git
7
  ENV MY_VAR="hello world"
 
8
  CMD ["ls -a"]
 
5
  vim \
6
  git
7
  ENV MY_VAR="hello world"
8
+ EXPOSE 7860
9
  CMD ["ls -a"]