mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 09:41:26 -08:00
4 lines
74 B
Text
4 lines
74 B
Text
|
FROM node:latest
|
||
|
RUN npm install -g http-server
|
||
|
CMD http-server ./ --cors
|