1
Fork 0
mirror of https://github.com/Steffo99/todocolors.git synced 2024-11-22 00:04:18 +00:00

Fix dockerfiles

This commit is contained in:
Steffo 2023-08-05 02:39:32 +02:00
parent feb1215a89
commit 5fb88c36b9
Signed by: steffo
GPG key ID: 2A24051445686895
2 changed files with 3 additions and 3 deletions

View file

@ -6,8 +6,8 @@ COPY ./ ./
RUN yarn install RUN yarn install
RUN yarn run build RUN yarn run build
ENTRYPOINT ["yarn", "run", "start"] ENTRYPOINT ["yarn", "run", "start", "--port=8081"]
CMD ["--port=8081"] CMD []
LABEL org.opencontainers.image.title="Todocolors Blue" LABEL org.opencontainers.image.title="Todocolors Blue"
LABEL org.opencontainers.image.description="Blue(lib) frontend for Todocolors" LABEL org.opencontainers.image.description="Blue(lib) frontend for Todocolors"

View file

@ -67,7 +67,7 @@ COPY --from=builder \
/usr/src/todored/target/*/release/todored \ /usr/src/todored/target/*/release/todored \
/usr/bin/ /usr/bin/
ENTRYPOINT [] ENTRYPOINT ["todored"]
CMD [] CMD []
LABEL org.opencontainers.image.title="Todocolors Red" LABEL org.opencontainers.image.title="Todocolors Red"