mirror of
https://github.com/encounter/decomp.me.git
synced 2026-03-30 11:06:27 -07:00
58fdf489cf
* Try node 20 * Try node 20 (2) * thanks alex
6 lines
79 B
Docker
6 lines
79 B
Docker
FROM node:20
|
|
|
|
WORKDIR /frontend
|
|
|
|
ENTRYPOINT ["/frontend/docker_entrypoint.sh"]
|