Update Dockerfile
Browse files- 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
|