memex-in commited on
Commit
e5c119d
·
verified ·
1 Parent(s): 4c1d49e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -5,4 +5,5 @@ RUN apk install git
5
  RUN git clone https://github.com/ethereum/remix-project.git
6
  WORKDIR remix-project
7
  COPY ./temp_publish_docker/ /usr/share/nginx/html/
 
8
  RUN
 
5
  RUN git clone https://github.com/ethereum/remix-project.git
6
  WORKDIR remix-project
7
  COPY ./temp_publish_docker/ /usr/share/nginx/html/
8
+ EXPOSE 80
9
  RUN