File size: 82 Bytes
6410115 |
1 2 3 4 |
FROM node:alpine
COPY . /misc_example
WORKDIR /misc_example
CMD node example.js |
6410115 |
1 2 3 4 |
FROM node:alpine
COPY . /misc_example
WORKDIR /misc_example
CMD node example.js |