memex-in commited on
Commit
3f4c6a7
·
verified ·
1 Parent(s): e2e5520

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 npm install --global yarn --force
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