Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design2
/
2015104215
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
jaehyuk-jang
2021-06-08 02:39:42 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2b32aa9a97925fe8d255914533cf5276874cb79b
2b32aa9a
1 parent
7def41a2
Change dockerfile in front
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
project/docker_image/frontend/dockerfile
project/docker_image/frontend/dockerfile
View file @
2b32aa9
...
...
@@ -11,7 +11,7 @@ ENV PATH="/root/.nvm/versions/node/v${NODE_VERSION}/bin/:${PATH}"
RUN
apt-get install -y git
RUN
npm install -g yarn
RUN
mkdir /web
RUN
git clone -
b kubeTest --single-branch -
-depth
=
1 http://khuhub.khu.ac.kr/2021-1-capstone-design2/2015104215/ /web
RUN
git clone --depth
=
1 http://khuhub.khu.ac.kr/2021-1-capstone-design2/2015104215/ /web
RUN
cd
/web/project;yarn install
EXPOSE
3000
RUN
cd
/web/project;yarn build:web
...
...
Please
register
or
login
to post a comment