Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker_rss
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Valentin Wibaillie
docker_rss
Commits
a66eb719
Commit
a66eb719
authored
2 years ago
by
Valentin Wibaillie
Browse files
Options
Downloads
Patches
Plain Diff
fix Dockerfile
parent
8abcee9b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.docker-compose.yml.swp
+0
-0
0 additions, 0 deletions
.docker-compose.yml.swp
Dockerfile
+0
-3
0 additions, 3 deletions
Dockerfile
apachephp/Dockerfile
+2
-2
2 additions, 2 deletions
apachephp/Dockerfile
docker-compose.yml
+0
-2
0 additions, 2 deletions
docker-compose.yml
with
2 additions
and
7 deletions
.docker-compose.yml.swp
deleted
100644 → 0
+
0
−
0
View file @
8abcee9b
File deleted
This diff is collapsed.
Click to expand it.
Dockerfile
deleted
100644 → 0
+
0
−
3
View file @
8abcee9b
FROM
debian:stable
RUN
apt-get update
&&
apt-get
-y
install
apache2 php cron
CMD
["/bin/bash"]
This diff is collapsed.
Click to expand it.
apachephp/Dockerfile
+
2
−
2
View file @
a66eb719
FROM
debian:stabl
e
RUN
apt-get update
&&
apt-get
-y
install
apache2 php
cron
FROM
php:apach
e
RUN
apt-get update
&&
apt-get
-y
install
cron
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
0
−
2
View file @
a66eb719
...
...
@@ -26,5 +26,3 @@ services:
-
db
networks
:
db
:
front
:
external
:
true
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