mirror of
https://github.com/decompme/decomp.me.git
synced 2026-02-18 04:19:42 -06:00
* 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"]
|