Update Dockerfile
Browse files- Dockerfile +1 -9
Dockerfile
CHANGED
@@ -6,12 +6,4 @@ RUN apk add git
|
|
6 |
RUN apk add wget
|
7 |
RUN git clone https://github.com/ethereum/remix-project.git
|
8 |
WORKDIR remix-project
|
9 |
-
RUN
|
10 |
-
RUN yarn global add nx
|
11 |
-
RUN yarn install
|
12 |
-
RUN yarn build
|
13 |
-
# Expose port 8080 to the host machine
|
14 |
-
EXPOSE 8080
|
15 |
-
|
16 |
-
# Run the Remix IDE server (or use the default entry point of the image)
|
17 |
-
CMD ["yarn","serve"]
|
|
|
6 |
RUN apk add wget
|
7 |
RUN git clone https://github.com/ethereum/remix-project.git
|
8 |
WORKDIR remix-project
|
9 |
+
RUN cat Dockerfile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|