Skip to content
Snippets Groups Projects
Commit 19f7676d authored by Wo-ogie's avatar Wo-ogie
Browse files

[CHORE] 서비스 포트 3001번으로 수정

parent 957efc7a
Branches
No related tags found
No related merge requests found
...@@ -3,5 +3,5 @@ WORKDIR /app ...@@ -3,5 +3,5 @@ WORKDIR /app
COPY package.json ./ COPY package.json ./
RUN npm install RUN npm install
COPY . . COPY . .
EXPOSE 80 EXPOSE 3001
CMD ["npm", "start"] CMD ["npm", "start"]
\ No newline at end of file
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"web-vitals": "^2.1.4" "web-vitals": "^2.1.4"
}, },
"scripts": { "scripts": {
"start": "export PORT=80 && react-scripts start", "start": "export PORT=3001 && react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject" "eject": "react-scripts eject"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment