mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
I don't know how to use docker :(
This commit is contained in:
parent
842aea4640
commit
d8d6138c85
1
.dockerignore
Normal file
1
.dockerignore
Normal file
@ -0,0 +1 @@
|
||||
node_modules
|
@ -0,0 +1,9 @@
|
||||
FROM node:16
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm i --production
|
||||
|
||||
COPY . .
|
||||
CMD ["npm", "start"]
|
Loading…
Reference in New Issue
Block a user