Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
IoT Platform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IoT
IoT Platform
Commits
2863aa15
Commit
2863aa15
authored
6 months ago
by
Rodrigo Goncalves
Browse files
Options
Downloads
Patches
Plain Diff
Includes the certmanager and the CA key to allow certificate creation
parent
f3174de6
No related branches found
No related tags found
1 merge request
!19
Resolve "Fixes for standalone development"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+7
-0
7 additions, 0 deletions
Dockerfile
with
7 additions
and
0 deletions
Dockerfile
+
7
−
0
View file @
2863aa15
...
...
@@ -3,9 +3,13 @@ FROM php:7.1-apache
# Came from https://downloads.datastax.com/cpp-driver/ubuntu/18.04/
COPY
./docker/web/*.deb /debs/
RUN
mkdir
/certmanager
RUN
mkdir
/certmanager/certificates
#Default SSLs
ADD
docker/web/apache-ssl.conf /etc/apache2/sites-enabled/000-default-ssl.conf
ADD
docker/web/ca.crt /etc/apache2/ssl/
ADD
docker/web/ca.key /etc/apache2/ssl/
ADD
docker/web/server.crt /etc/apache2/ssl/
ADD
docker/web/server.key /etc/apache2/ssl/
ADD
docker/command.sh /usr/local/bin/
...
...
@@ -43,5 +47,8 @@ ADD bin /var/www/html/bin/
ADD
lib /var/www/html/lib/
ADD
docker/web/index.html /var/www/html/
ADD
docker/certmanager/config /certmanager/
ADD
docker/certmanager/genclient.sh /certmanager/
#smartdata/Config.php
#RUN mkdir /usr/local/tmp/ && touch /usr/local/tmp/log && chmod 777 /usr/local/tmp/log
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment