1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/dgiiot-dgiot-mqtt2eventbus

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
Layerfile 429
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
h7ml Отправлено 14.10.2021 04:15 e3e5c5f
#This is an example webapp.io configuration for NodeJS
FROM vm/ubuntu:18.04
# To note: Layerfiles create VMs, *not* containers!
# Install node
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash && \
apt install nodejs && \
rm -f /etc/apt/sources.list.d/nodesource.list
RUN npm install -g http-server
COPY . .
RUN echo 'hello' > hello.html
RUN BACKGROUND http-server -p 8000
EXPOSE WEBSITE http://localhost:8000

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/dgiiot-dgiot-mqtt2eventbus.git
git@api.gitlife.ru:oschina-mirror/dgiiot-dgiot-mqtt2eventbus.git
oschina-mirror
dgiiot-dgiot-mqtt2eventbus
dgiiot-dgiot-mqtt2eventbus
master