Skip to content

Commit

Permalink
Merge pull request #43 from microsoft/master
Browse files Browse the repository at this point in the history
Pulling changes from master
  • Loading branch information
sabbour committed Oct 8, 2019
2 parents 1cfdf89 + 79e47e6 commit d63f6ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -8,7 +8,7 @@ WORKDIR /src/app
COPY . . COPY . .


# Install app dependencies and build static files # Install app dependencies and build static files
RUN mkdir _site && \ RUN mkdir _site && mkdir .jekyll-cache && \
jekyll build --future jekyll build --future


# #
Expand All @@ -20,4 +20,4 @@ FROM nginx:1.15-alpine
WORKDIR /usr/share/nginx/html WORKDIR /usr/share/nginx/html
COPY --from=build /src/app/_site . COPY --from=build /src/app/_site .


EXPOSE 80 EXPOSE 80

0 comments on commit d63f6ff

Please sign in to comment.