Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-04-21 15:08:45 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
02a06d12f3de426c38517987acf85cdaa760353c
02a06d12
1 parent
a3da637b
update front Dockerfile
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
front/Dockerfile
front/Dockerfile
View file @
02a06d1
...
...
@@ -3,7 +3,10 @@ FROM node:12.16.2
RUN
mkdir /app
WORKDIR
/app
COPY package*.json ./
RUN
npm install
ENV
PATH /app/node_modules/.bin:$PATH
COPY package*.json /app/
RUN
npm install --silent
RUN
npm install react-scripts@3.0.1 -g --silent
CMD
["npm", "start"]
\ No newline at end of file
...
...
Please
register
or
login
to post a comment