Browse Source

not working renaming D to d, so erase it

Signed-off-by: rizqevo <rizqevo@hotmail.com>
rizqevo 3 năm trước cách đây
mục cha
commit
ef2544accd
1 tập tin đã thay đổi với 0 bổ sung18 xóa
  1. 0 18
      Dockerfile

+ 0 - 18
Dockerfile

@@ -1,18 +0,0 @@
-FROM node:12
-
-# Create app directory
-RUN mkdir -p /usr/src/app
-WORKDIR /usr/src/app
-
-# Installing dependencies
-COPY package.json ./
-RUN npm install
-
-# Copying source files
-COPY . .
-
-# Building app
-EXPOSE 3000
-
-# Running the app
-CMD "npm" "start"