Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
dockerfile named stages
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmsig committed Sep 16, 2019
1 parent 25f9c52 commit 935c32d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from node:12-alpine
from node:12-alpine as build

WORKDIR /app

Expand All @@ -16,7 +16,7 @@ ENV API=${API}
RUN yarn build-app


from node:12-alpine
from node:12-alpine as dist

WORKDIR /app

Expand Down

0 comments on commit 935c32d

Please sign in to comment.