diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 51e8b21..0000000 --- a/Dockerfile +++ /dev/null @@ -1,15 +0,0 @@ -# Create app and work directory -FROM node:16 -WORKDIR /vylbot - -# Install dependencies -COPY package.json . -COPY yarn.lock . -RUN yarn install - -# Bundle app source -COPY . . -RUN yarn build - -# Run the app source -CMD [ "yarn", "start" ] \ No newline at end of file diff --git a/package.json b/package.json index 8ff2a64..6fed251 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "emoji-regex": "^9.2.0", "jest": "^27.4.5", "jest-mock-extended": "^2.0.4", + "minimatch": "3.1.2", "mysql": "^2.18.1", "random-bunny": "^2.0.0", "ts-jest": "^27.1.2", diff --git a/yarn.lock b/yarn.lock index f543110..61c11b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2317,6 +2317,13 @@ mimic-response@^3.1.0: resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz#2d1d59af9c1b129815accc2c46a022a5ce1fa3c9" integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ== +minimatch@3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" + integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== + dependencies: + brace-expansion "^1.1.7" + minimatch@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"