diff --git a/Dockerfile b/Dockerfile index c918755..ea80016 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,4 @@ RUN npm install COPY . . -ARG PORT=3000 -ENV PORT=$PORT - CMD ["node", "index.js"]