Skip to content

Commit

Permalink
output in /landing/dist
Browse files Browse the repository at this point in the history
  • Loading branch information
garethcmurphy committed Jul 18, 2018
1 parent 1820298 commit 88ec05c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ RUN npm install http-server -g


RUN npm run build:ssr
RUN ls
RUN ls dist
COPY dist /dist/

WORKDIR /dist/browser
WORKDIR /landing/dist/browser
EXPOSE 8080
CMD ["http-server"]

0 comments on commit 88ec05c

Please sign in to comment.