Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Acid Chicken (硫酸鶏)
6f84b11c61
Fix tag 2019-09-29 23:32:37 +09:00

View file

@ -1,4 +1,4 @@
FROM node:12.11.0-alpine AS base
FROM node:12.10.0-alpine AS base
ENV NODE_ENV=production