mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-01 16:31:25 +03:00
Reset for new version
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
FROM node:16
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm i --production
|
||||
|
||||
COPY . .
|
||||
CMD ["npm", "start"]
|
Reference in New Issue
Block a user