From 279da4333eb506dad291fa7f8342b064d3316cd1 Mon Sep 17 00:00:00 2001 From: talksik Date: Fri, 3 Jun 2022 07:42:31 -0700 Subject: [PATCH] cleaning up and starting docker file --- packages/api/.gcloudignore | 17 ----------------- packages/api/Dockerfile | 0 packages/api/app.yaml | 3 --- 3 files changed, 20 deletions(-) delete mode 100644 packages/api/.gcloudignore create mode 100644 packages/api/Dockerfile delete mode 100644 packages/api/app.yaml diff --git a/packages/api/.gcloudignore b/packages/api/.gcloudignore deleted file mode 100644 index 4d7d693..0000000 --- a/packages/api/.gcloudignore +++ /dev/null @@ -1,17 +0,0 @@ -# This file specifies files that are *not* uploaded to Google Cloud -# using gcloud. It follows the same syntax as .gitignore, with the addition of -# "#!include" directives (which insert the entries of the given .gitignore-style -# file at that point). -# -# For more information, run: -# $ gcloud topic gcloudignore -# -.gcloudignore -# If you would like to upload your .git directory, .gitignore file or files -# from your .gitignore file, remove the corresponding line -# below: -.git -.gitignore - -# Node.js dependencies: -node_modules/ \ No newline at end of file diff --git a/packages/api/Dockerfile b/packages/api/Dockerfile new file mode 100644 index 0000000..e69de29 diff --git a/packages/api/app.yaml b/packages/api/app.yaml deleted file mode 100644 index ca5f9a8..0000000 --- a/packages/api/app.yaml +++ /dev/null @@ -1,3 +0,0 @@ -runtime: nodejs14 - -entrypoint: npm run start