We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc4cf9 commit 0d0fb0dCopy full SHA for 0d0fb0d
frontend/Dockerfile
@@ -6,4 +6,5 @@ COPY package.json /react-app/
6
COPY tailwind.config.js /react-app/
7
RUN npm install
8
RUN npx tailwindcss -i /react-app/public/index.css -o /react-app/public/main.css
9
+LABEL org.opencontainers.image.source=https://github.com/M4RC02U1F4A4/YouTube-RSS
10
CMD ["npm", "start"]
0 commit comments