mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-09 13:54:59 +02:00
example nodejs project
This commit is contained in:
6
examples/nodeproj/index.js
Normal file
6
examples/nodeproj/index.js
Normal file
@ -0,0 +1,6 @@
|
||||
#! /usr/bin/env node
|
||||
"use strict";
|
||||
import {start} from "./lib";
|
||||
|
||||
start();
|
||||
|
Reference in New Issue
Block a user