diff options
| author | かひわし4(バージョン1) <khws4v1@gmail.com> | 2018-10-23 04:39:00 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-10-23 04:39:00 +0900 |
| commit | 12daa8007110e706d96fb049f23cb3e9cab9cbcd (patch) | |
| tree | 885bd728a8d6efaf04d1769530943efd9213a5fa /Dockerfile | |
| parent | Complement file extension from MIME (#2979) (diff) | |
| download | sharkey-12daa8007110e706d96fb049f23cb3e9cab9cbcd.tar.gz sharkey-12daa8007110e706d96fb049f23cb3e9cab9cbcd.tar.bz2 sharkey-12daa8007110e706d96fb049f23cb3e9cab9cbcd.zip | |
Fix build error for Docker (#2982)
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 64c0b8b589..dc7ca8d360 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest AS base +FROM alpine:edge AS base ENV NODE_ENV=production |