Skip to content

Commit

Permalink
Add the web-services components
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderfefelov committed Jan 30, 2017
1 parent 98ed73d commit 2633650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ADD *.deb /tmp/

RUN dpkg --install /tmp/1c-enterprise$PLATFORM_VERSION-common_${SERVER_VERSION}_amd64.deb \
&& dpkg --install /tmp/1c-enterprise$PLATFORM_VERSION-server_${SERVER_VERSION}_amd64.deb \
&& dpkg --install /tmp/1c-enterprise$PLATFORM_VERSION-ws_${SERVER_VERSION}_amd64.deb \
&& rm /tmp/*.deb \
&& mkdir --parent /var/log/1C /home/usr1cv8/.1cv8/1C/1cv8/conf \
&& chown --recursive usr1cv8:grp1cv8 /var/log/1C /home/usr1cv8
Expand Down

0 comments on commit 2633650

Please sign in to comment.