diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2025-01-16 23:02:10 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2025-01-16 23:02:10 +0100 |
commit | fe0f57ce735297ae6267bd0b78aff38abcf94379 (patch) | |
tree | 7d24fe62b8b4bc7ead36a7ebf9f9af43ebc65117 /Dockerfile | |
parent | 308a1cf24208816b92ab830ec082757ca30738c9 (diff) | |
download | reduced_system_layer-fe0f57ce735297ae6267bd0b78aff38abcf94379.zip |
Fix title buffer - web
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ RUN apk add clang lld COPY examples /usr/examples COPY reduced_system_layer.c /usr/reduced_system_layer.c COPY graphics.c /usr/graphics.c -RUN clang -D NDEBUG -O3 --target=wasm32 -nostdlib -fno-builtin -mbulk-memory -Wl,--no-entry,--allow-undefined -o /usr/index.wasm /usr/examples/ui.c +RUN clang -D NDEBUG -O3 --target=wasm32 -nostdlib -fno-builtin -mbulk-memory -Wl,--no-entry,--allow-undefined -o /usr/index.wasm /usr/examples/julia_set.c FROM nginx:alpine EXPOSE 80 |