mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -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
|