Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Merge #1049
Browse files Browse the repository at this point in the history
1049: added docker file to support experimenter full stack docker instance r=jaredkerim a=tiftran



Co-authored-by: tiftran <ttran@mozilla.com>
  • Loading branch information
bors[bot] and tiftran committed Oct 15, 2019
2 parents 94baa17 + 45c9fb1 commit f9ad2df
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

FROM mozilla/cidockerbases:therapist-latest

WORKDIR /app

COPY ./package.json /app/package.json
COPY ./yarn.lock /app/yarn.lock
RUN yarn install

COPY . /app

0 comments on commit f9ad2df

Please sign in to comment.