Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ASM
dkim-validator
Commits
417e3a71
Commit
417e3a71
authored
Feb 20, 2018
by
Jørn Åne de Jong
Browse files
Add composer.lock to Dockerfile
parent
ef40169d
Pipeline
#6239
failed with stages
in 16 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
417e3a71
...
...
@@ -2,7 +2,7 @@ FROM centos:centos7
RUN
yum
-y
update
RUN
yum
-y
install
epel-release
RUN
yum
-y
install
composer lighttpd lighttpd-fastcgi php-cgi
COPY
composer.json /var/www/
COPY
composer.json
composer.lock
/var/www/
WORKDIR
/var/www/
RUN
composer
install
--no-dev
COPY
www /var/www/www/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment