Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyfilyanin committed Sep 19, 2023
2 parents afc79e1 + d419e68 commit ebcaa6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM node:18-alpine
WORKDIR /opt

COPY . /opt

COPY .eslintrc.json /opt

RUN apk update && apk add --no-cache git
Expand All @@ -11,6 +12,4 @@ RUN yarn global add eslint --dev

RUN yarn install

RUN yarn build

CMD ["yarn", "vite", "--host", "0.0.0.0"]

0 comments on commit ebcaa6d

Please sign in to comment.