Skip to content

Commit 0d0fb0d

Browse files
committed
Add label to frontend Dockerfile
1 parent 3cc4cf9 commit 0d0fb0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ COPY package.json /react-app/
66
COPY tailwind.config.js /react-app/
77
RUN npm install
88
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
910
CMD ["npm", "start"]

0 commit comments

Comments
 (0)