schedulord-discordbot/Dockerfile
James@SCF-GC 151a037e32
All checks were successful
Schedulord/schedulord-discordbot/pipeline/head This commit looks good
updated
2022-06-09 16:41:31 +02:00

5 lines
100 B
Docker

# syntax=docker/dockerfile:1
FROM node:12-alpine
COPY . .
RUN npm install
CMD ["node", "./index.js"]