Skip to content

Commit

Permalink
feat: possible fix for some css classes are not rendering on prod
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Oct 9, 2022
1 parent 49ff5cc commit bc776e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ RUN apk update
RUN apk add
RUN apk add ffmpeg

COPY ./ .

RUN npm run build:ui

COPY ./ .

EXPOSE 8080

CMD ["npm", "run", "start"]

0 comments on commit bc776e2

Please sign in to comment.