James@SCF-GC
151a037e32
All checks were successful
Schedulord/schedulord-discordbot/pipeline/head This commit looks good
5 lines
100 B
Docker
5 lines
100 B
Docker
# syntax=docker/dockerfile:1
|
|
FROM node:12-alpine
|
|
COPY . .
|
|
RUN npm install
|
|
CMD ["node", "./index.js"] |