1
0
mirror of https://github.com/byulmaru/quesdon synced 2024-11-30 15:58:01 +09:00
This commit is contained in:
rinsuki 2018-05-11 04:18:42 +09:00
parent 7077ba4471
commit 2fd56c0f8d
3 changed files with 5404 additions and 7688 deletions

View File

@ -4,11 +4,11 @@ ENV BACK_PORT 80
WORKDIR /app
COPY package.json package-lock.json ./
RUN npm install
COPY package.json yarn.lock ./
RUN yarn install
COPY . .
RUN NODE_ENV=production npm run build
RUN NODE_ENV=production yarn build
EXPOSE 80

7685
package-lock.json generated

File diff suppressed because it is too large Load Diff

5401
yarn.lock Normal file

File diff suppressed because it is too large Load Diff