mirror of
https://github.com/decompme/decomp.me.git
synced 2026-04-28 10:51:24 -05:00
cdf63d3f73
* Revert "Revert "Add gcc-mipsel for PS1" (#790)"
This reverts commit 4e73916f50.
* Update maspsx version in download.py
* Update download.py
---------
Co-authored-by: Mark Street <22226349+mkst@users.noreply.github.com>
6 lines
79 B
Docker
6 lines
79 B
Docker
FROM node:16
|
|
|
|
WORKDIR /frontend
|
|
|
|
ENTRYPOINT ["/frontend/docker_entrypoint.sh"]
|