diff --git a/Dockerfile b/Dockerfile index d2b9df4..7972ce5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,5 +3,5 @@ WORKDIR /app COPY package*.json ./ RUN npm install COPY . . -EXPOSE 2020 +EXPOSE 2050 CMD [ "npm", "start" ] \ No newline at end of file