Skip to content

Commit

Permalink
Add label to frontend Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
M4RC02U1F4A4 committed Jan 12, 2024
1 parent 3cc4cf9 commit 0d0fb0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ COPY package.json /react-app/
COPY tailwind.config.js /react-app/
RUN npm install
RUN npx tailwindcss -i /react-app/public/index.css -o /react-app/public/main.css
LABEL org.opencontainers.image.source=https://github.com/M4RC02U1F4A4/YouTube-RSS
CMD ["npm", "start"]

0 comments on commit 0d0fb0d

Please sign in to comment.