This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Torrion
/
arbitry
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
test
master
komarov
4 years ago
parent
62ec6dd563
commit
104794d064
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
docker/php-fpm/Dockerfile
+ 1
- 1
docker/php-fpm/Dockerfile
View File
@@ -2,4 +2,4 @@ ARG PHP_VERSION
ARG BUILD_IMAGE
FROM php:$PHP_VERSION-fpm-alpine
FROM $BUILD_IMAGE
:latest
as build
FROM $BUILD_IMAGE as build
Write
Preview
Loading…
Cancel
Save