diff --git a/Dockerfile b/.devcontainer/Dockerfile similarity index 100% rename from Dockerfile rename to .devcontainer/Dockerfile diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7be41de..e29d982 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -21,23 +21,4 @@ }, "postCreateCommand": "npm install", "forwardPorts": [ 3000 ] -}# Choose the Node.js version -FROM node:14 - -# Set the working directory -WORKDIR /usr/src/app - -# Copy package.json and package-lock.json -COPY package*.json ./ - -# Install dependencies -RUN npm install - -# Copy the rest of your app's source code -COPY . . - -# Expose the port your app runs on -EXPOSE 3000 - -# Start the app -CMD [ "node", "server.js" ] \ No newline at end of file +} \ No newline at end of file