Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
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
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
f8cf0fa6
Commit
f8cf0fa6
authored
9 years ago
by
zachary
Browse files
Options
Downloads
Patches
Plain Diff
Adds dockerfile
parent
b2c1365e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.dockerignore
+16
-0
16 additions, 0 deletions
.dockerignore
Dockerfile
+9
-0
9 additions, 0 deletions
Dockerfile
with
25 additions
and
0 deletions
.dockerignore
0 → 100644
+
16
−
0
View file @
f8cf0fa6
build
build.xml
ChangeLog
composer.json
CONTRIBUTING.md
COPYING
COPYRIGHT
dev
doc
Dockerfile
INSTALL
README-FR.md
README.md
robots.txt
scripts
test
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Dockerfile
0 → 100644
+
9
−
0
View file @
f8cf0fa6
FROM
php:5.6-apache
RUN
apt-get update
&&
apt-get
install
-y
php5-gd php5-mysql
COPY
htdocs/ /var/www/html/
RUN
chown
-hR
www-data:www-data /var/www/html
EXPOSE
80
\ No newline at end of file
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