diff --git a/Dockerfile b/Dockerfile index 6acab61..53546cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,6 @@ FROM node:19-alpine WORKDIR /app - +COPY . . ENV NODE_ENV production - EXPOSE 8080 -ENV PORT 8080 - CMD node server.js \ No newline at end of file