remove unnecessary alias

This commit is contained in:
inductor
2020-03-17 12:50:58 +09:00
parent e646487eb0
commit e3b0ec2582
+1 -2
View File
@@ -1,5 +1,4 @@
FROM node:12 as builder
FROM node:12
WORKDIR /app
COPY package.json yarn.lock .yarnrc .npmrc /app/