Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
project-covid
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
MOREAU Elise
project-covid
Commits
1751a270
Commit
1751a270
authored
4 years ago
by
Moreau Elise
Browse files
Options
Downloads
Patches
Plain Diff
update gitignore, sql file and dockerfile
parent
3db37d05
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-1
1 addition, 1 deletion
.gitignore
Dockerfile
+1
-2
1 addition, 2 deletions
Dockerfile
covid.sql
+167
-85
167 additions, 85 deletions
covid.sql
with
169 additions
and
88 deletions
.gitignore
+
1
−
1
View file @
1751a270
...
...
@@ -7,4 +7,4 @@
.phpunit.result.cache
var/
node_modules
.cache
\ No newline at end of file
.cache
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
2
View file @
1751a270
FROM
php:7.4-alpine
RUN
docker-php-ext-install pdo pdo_mysql
\ No newline at end of file
RUN
docker-php-ext-install pdo pdo_mysql
This diff is collapsed.
Click to expand it.
covid.sql
+
167
−
85
View file @
1751a270
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