Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery.common.cpp
/
Microservice
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ca47eb85
authored
Sep 01, 2020
by
Amir Aharon
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
set project library with vscode permissions
parent
c0cf21cb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Dockerfile
Dockerfile
View file @
ca47eb85
...
@@ -13,6 +13,7 @@ RUN cmake . \
...
@@ -13,6 +13,7 @@ RUN cmake . \
&&
cp
-r
dist /home/vscode/microservice/
&&
cp
-r
dist /home/vscode/microservice/
# delete microservice project content
# delete microservice project content
RUN
rm
-rf
/home/vscode/project
RUN
rm
-rf
/home/vscode/project
RUN
mkdir
-p
/home/vscode/project
&&
chown
-R
vscode:vscode /home/vscode/project
WORKDIR
/home/vscode
WORKDIR
/home/vscode
...
@@ -31,7 +32,6 @@ RUN apt-get autoremove -y \
...
@@ -31,7 +32,6 @@ RUN apt-get autoremove -y \
# setting for shared-memory
# setting for shared-memory
#RUN echo kernel.shmmax=49249672960 >> /etc/sysctl.conf
#RUN echo kernel.shmmax=49249672960 >> /etc/sysctl.conf
#RUN echo kernel.shmall=10485760 >> /etc/sysctl.conf
#RUN echo kernel.shmall=10485760 >> /etc/sysctl.conf
#EXPOSE 50010
#EXPOSE 50010
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment