Skip to content

Commit

Permalink
chore(codescapes): fix path to emsdk activate script
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Jan 5, 2024
1 parent fd615fb commit e258049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ RUN git clone --depth 1 --branch 2.0.24 https://github.com/emscripten-core/emsdk
WORKDIR emsdk
RUN ./emsdk install 2.0.24
RUN ./emsdk activate 2.0.24
RUN su node -c "source /tmp/emsdk/emsdk_env.sh"
RUN su node -c "source /workspaces/emsdk/emsdk_env.sh"

0 comments on commit e258049

Please sign in to comment.