Goodbye JSPM.

This commit is contained in:
Jonathan Cremin 2018-06-02 19:42:45 +00:00
parent 7607759e3f
commit 64c823db55
10 changed files with 1235 additions and 593 deletions

View file

@ -11,7 +11,7 @@ RUN yarn
COPY . .
RUN yarn run jspm && yarn run build
RUN yarn run build
ENV PORT 3000
EXPOSE 3000