Skip to content

Commit

Permalink
fixed Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cecemel committed Nov 25, 2019
1 parent a55c283 commit fecce11
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@ WORKDIR /app
COPY package.json .
RUN npm install
COPY . .
RUN ember build -prod

FROM semtech/ember-proxy-service:1.4.0

COPY --from=builder /app/dist /app
EXPOSE 80
CMD ["ember", "s", "--port", "80"]

0 comments on commit fecce11

Please sign in to comment.