index
:
soundboard.git
master
Unnamed repository; edit this file 'description' to name the repository.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Dockerfile
blob: da0262ad0a3c3a51f010a004c6c07202a6552992 (
plain
)
1
2
3
4
5
6
7
FROM node:20-slim COPY ./ . RUN npm install CMD node .