Commit ca47eb85 by Amir Aharon

set project library with vscode permissions

parent c0cf21cb
Showing with 1 additions and 1 deletions
......@@ -13,6 +13,7 @@ RUN cmake . \
&& cp -r dist /home/vscode/microservice/
# delete microservice project content
RUN rm -rf /home/vscode/project
RUN mkdir -p /home/vscode/project && chown -R vscode:vscode /home/vscode/project
WORKDIR /home/vscode
......@@ -31,7 +32,6 @@ RUN apt-get autoremove -y \
# setting for shared-memory
#RUN echo kernel.shmmax=49249672960 >> /etc/sysctl.conf
#RUN echo kernel.shmall=10485760 >> /etc/sysctl.conf
#EXPOSE 50010
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment