Skip to content

Commit

Permalink
IDE Dockerfile fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanAllaire committed Apr 15, 2024
1 parent 713232c commit 7564537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/webide-new/ligo-webide-backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tezos/tezos:latest as octez-client
FROM mavrykdynamics/mavryk:latest as octez-client
FROM mavrykdynamics/ligo:1.4.0 as ligo-compiler
FROM ubuntu:20.04 as web-ide-builder

Expand Down
1 change: 1 addition & 0 deletions tools/webide-new/ligo-webide-frontend/ligo-ide/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ARG backend_url
ARG http_protocol
ENV HTTP_PROTOCOL=$http_protocol
ENV BACKEND_URL=$backend_url
ENV NODE_OPTIONS=--openssl-legacy-provider
COPY --from=syntaxes . ./src/ligo-components/ligo-project/Project/languages/syntaxes/
RUN echo $(ls ./src/ligo-components/ligo-project/Project/languages/syntaxes/)
RUN yarn build:react-prod
Expand Down

0 comments on commit 7564537

Please sign in to comment.