Skip to content

Commit 59acf33

Browse files
Merge pull request #106 from internetee/test-deployment-directo-vat
test deployment directo vat rate
2 parents 0c4e9ae + d53b782 commit 59acf33

File tree

3 files changed

+23
-18
lines changed

3 files changed

+23
-18
lines changed

Dockerfile

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,24 +57,24 @@ RUN apt-get install -y --no-install-recommends > /dev/null \
5757
&& apt-get clean \
5858
&& rm -rf /var/lib/apt/lists/*
5959

60-
RUN curl https://chromedriver.storage.googleapis.com/2.46/chromedriver_linux64.zip -o /chromedriver_linux64.zip
61-
RUN apt-get update > /dev/null \
62-
&& apt-get install -yf --no-install-recommends > /dev/null unzip=* \
63-
&& apt-get clean \
64-
&& rm -rf /var/lib/apt/lists/*
65-
RUN unzip chromedriver_linux64.zip -d /usr/local/bin
66-
RUN rm /chromedriver_linux64.zip
60+
# RUN curl https://chromedriver.storage.googleapis.com/2.46/chromedriver_linux64.zip -o /chromedriver_linux64.zip
61+
# RUN apt-get update > /dev/null \
62+
# && apt-get install -yf --no-install-recommends > /dev/null unzip=* \
63+
# && apt-get clean \
64+
# && rm -rf /var/lib/apt/lists/*
65+
# RUN unzip chromedriver_linux64.zip -d /usr/local/bin
66+
# RUN rm /chromedriver_linux64.zip
6767

6868
# RUN npm install --global yarn
6969
RUN npm install -g yarn@latest
7070

71-
RUN curl https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -o /chrome.deb
72-
RUN dpkg -i /chrome.deb || apt-get update > /dev/null \
73-
&& apt-get install -yf --no-install-recommends > /dev/null && apt-get clean \
74-
&& rm -rf /var/lib/apt/lists/*
75-
RUN dpkg -i /chrome.deb
76-
RUN rm /chrome.deb
77-
RUN sed -i 's/SECLEVEL=2/SECLEVEL=1/' /etc/ssl/openssl.cnf
71+
# RUN curl https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -o /chrome.deb
72+
# RUN dpkg -i /chrome.deb || apt-get update > /dev/null \
73+
# && apt-get install -yf --no-install-recommends > /dev/null && apt-get clean \
74+
# && rm -rf /var/lib/apt/lists/*
75+
# RUN dpkg -i /chrome.deb
76+
# RUN rm /chrome.deb
77+
# RUN sed -i 's/SECLEVEL=2/SECLEVEL=1/' /etc/ssl/openssl.cnf
7878

7979
RUN mkdir -p /opt/webapps/app/tmp/pids
8080
WORKDIR /opt/webapps/app

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gem 'pdfkit'
1717
gem 'money'
1818
gem 'countries', :require => 'countries/global'
1919
gem 'e_invoice', github: 'internetee/e_invoice', branch: :master
20-
gem 'directo', github: 'internetee/directo', branch: 'master'
20+
gem 'directo', github: 'internetee/directo', branch: :master
2121
gem 'lhv', github: 'internetee/lhv', branch: 'master'
2222
gem 'strong_migrations'
2323
gem 'figaro'

Gemfile.lock

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GIT
22
remote: https://github.com/internetee/directo.git
3-
revision: a5e0269919b210a9c6c59065648cc5a221166c4c
3+
revision: 41c53f13f40c826c5c295b2988cc9484d918ab9e
44
branch: master
55
specs:
6-
directo (1.0.2)
6+
directo (1.1.1)
77
money (~> 6.13)
88
nokogiri (~> 1.10)
99

@@ -271,6 +271,7 @@ GEM
271271
marcel (1.0.2)
272272
method_source (1.0.0)
273273
mini_mime (1.1.5)
274+
mini_portile2 (2.8.5)
274275
minitest (5.20.0)
275276
money (6.16.0)
276277
i18n (>= 0.6.4, <= 2)
@@ -288,6 +289,9 @@ GEM
288289
net-protocol
289290
net-ssh (7.2.0)
290291
nio4r (2.7.0)
292+
nokogiri (1.15.4)
293+
mini_portile2 (~> 2.8.2)
294+
racc (~> 1.4)
291295
nokogiri (1.15.4-x86_64-linux)
292296
racc (~> 1.4)
293297
nori (2.6.0)
@@ -322,7 +326,7 @@ GEM
322326
activerecord (>= 5.2)
323327
activesupport (>= 5.2)
324328
public_suffix (5.0.3)
325-
puma (6.4.0)
329+
puma (6.4.2)
326330
nio4r (~> 2.0)
327331
racc (1.7.2)
328332
rack (2.2.8)
@@ -503,6 +507,7 @@ GEM
503507
zeitwerk (2.6.12)
504508

505509
PLATFORMS
510+
ruby
506511
x86_64-linux
507512

508513
DEPENDENCIES

0 commit comments

Comments
 (0)