Spaces:
Running
Running
File size: 62 Bytes
2de47c8 |
1 2 3 4 5 |
FROM node:alpine
COPY . /app
WORKDIR /app
CMD node app.js
|