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-17 23:35:15 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
faff51e09a44f69724b6cd4e0745cce65cf34c63
faff51e0
1 parent
1ebc98b2
update Dockerfile in frontend folder
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
front/Dockerfile
front/Dockerfile
View file @
faff51e
...
...
@@ -2,7 +2,6 @@ FROM node:12.16.2
RUN
mkdir /app
WORKDIR
/app
RUN
npx create-react-app .
COPY package*.json ./
RUN
npm install
...
...
Please
register
or
login
to post a comment