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-24 17:12:53 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c6ab154f3b8e8dd6279023e8e9ac71e630f5883f
c6ab154f
1 parent
7d5a499f
update Dockerfile in front
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
front/Dockerfile
front/Dockerfile
View file @
c6ab154
FROM
node:12.16.2
WORKDIR
/usr/src/app
RUN
mkdir /app
WORKDIR
/app
COPY package*.json ./
...
...
Please
register
or
login
to post a comment