docker build

This commit is contained in:
Victor Barba 2022-03-18 16:52:42 +01:00
parent 6885df3b56
commit 28843dc2e3
2 changed files with 7 additions and 2 deletions

5
Dockerfile-web Normal file
View File

@ -0,0 +1,5 @@
FROM ubuntu:latest
ADD jam-web_0.1.1_amd64.deb .
RUN mkdir -p /etc/init

4
build
View File

@ -32,7 +32,7 @@ export SKIP_TESTS=1
echo "BUILDING WEBSOCKET GATEWAY"
pushd websocket-gateway > /dev/null
bash -l ./jenkins
PACKAGE=1 bash -l ./jenkins
popd > /dev/null
echo ""
@ -58,7 +58,7 @@ echo ""
echo "BUILDING JAM-ADMIN"
pushd admin > /dev/null
bash -l ./jenkins
PACKAGE=1 bash -l ./jenkins
popd > /dev/null