Skip to content

Commit

Permalink
Merge pull request #47 from GlueOps/feat/switch-to-yarn
Browse files Browse the repository at this point in the history
fix: sitemap by switching to yarn
  • Loading branch information
venkatamutyala authored Jan 5, 2024
2 parents 6509560 + 3b2bd77 commit f4511b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ RUN mkdir -p /app
WORKDIR /app
COPY . /app

RUN npm install
RUN npm run clear
RUN yarn

EXPOSE 80

ENTRYPOINT npm run serve -- --build --port 80 --host 0.0.0.0
ENTRYPOINT yarn build && yarn serve --port 80 --host 0.0.0.0

0 comments on commit f4511b4

Please sign in to comment.