Skip to content
Snippets Groups Projects
Commit b07d8a91 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

removed export and dockerfile qhich are now useless

parent ded0cb46
No related branches found
No related tags found
No related merge requests found
FROM nginx
#COPY rust /usr/share/nginx/html/
#!/bin/bash
docker stop rustclass
make
mkdir -p rust
cp *.html default.revealjs rust
cp -r jquery reveal.js js css figs rust
docker build -t rustclasscont .
# docker run --rm --name rustclass -p 80:80 -p 443:443 -d rustclasscont
docker run --rm \
--mount src=$RUST_CLASS_ROOT,target=/usr/share/nginx/html/rust/,type=bind\
--mount src=$SL_CLASS_ROOT/sol,target=/usr/share/nginx/html/sol/,type=bind\
--mount src=$MTI_CLASS_ROOT/mti,target=/usr/share/nginx/html/mti/,type=bind\
--name rustclass -p 80:80 -p 443:443 -d rustclasscont
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment