File tree 2 files changed +1
-12
lines changed
2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,7 @@ COPY entrypoint.sh /entrypoint.sh
24
24
RUN curl -L https://fly.io/install.sh | sh \
25
25
&& echo 'export FLYCTL_INSTALL="/root/.fly"' >> ~/.bashrc \
26
26
&& echo 'export PATH="$FLYCTL_INSTALL/bin:$PATH"' >> ~/.bashrc \
27
- && code-server --install-extension elixir-lsp.elixir-ls \
28
- && code-server --install-extension FlyIoStaging.fly-extension
27
+ && code-server --install-extension elixir-lsp.elixir-ls
29
28
30
29
COPY --from=proxy /tired-proxy /tired-proxy
31
30
Original file line number Diff line number Diff line change @@ -15,16 +15,6 @@ if [ -z "$(ls -A /project)" ]; then
15
15
16
16
cd /project
17
17
18
- echo " Preparing README"
19
-
20
- # We need to use a temporary file because `sh` does not
21
- # work properly rewritting files directly with `sed` not `tee`
22
- sed " s/\$ {FLY_CODE_URL}/https:\/\/${FLY_APP_NAME} .fly.dev/g" README.md | \
23
- sed " s/\$ {FLY_DEVELOPMENT_URL}/https:\/\/${FLY_APP_NAME} .fly.dev:4000/g" | \
24
- tee /tmp/README.md
25
-
26
- mv /tmp/README.md /project/README.md
27
-
28
18
echo " Setting up Elixir environment"
29
19
30
20
mix local.hex --force
You can’t perform that action at this time.
0 commit comments