TAK-42 TAK-47 Jenkins,Dockerfile oraz aplikacja

This commit is contained in:
Jan Przybylski 2020-12-03 12:25:08 +01:00
parent ce4c567497
commit 5444df5fc6
3 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
FROM rocker/shiny:latest FROM rocker/shiny:latest
RUN apt-get update -qq && apt-get -y --no-install-recommends install \ RUN apt-get update -qq && apt-get -y --no-install-recommends install \
libxml2-dev \ libxml2-dev \
libcairo2-dev \ libcairo2-dev \

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('Test') { stage('Test') {
steps { steps {
echo 'Testing...' echo 'Testowanie...'
} }
} }
} }

View File

@ -4,6 +4,7 @@ library(ggplot2)
library(plotly) library(plotly)
library(DT) library(DT)
ui <- fluidPage( ui <- fluidPage(
tags$head( tags$head(
tags$style(HTML(" tags$style(HTML("