mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-22 00:04:18 +00:00
Fix dockerfiles
This commit is contained in:
parent
feb1215a89
commit
5fb88c36b9
2 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@ COPY ./ ./
|
|||
RUN yarn install
|
||||
RUN yarn run build
|
||||
|
||||
ENTRYPOINT ["yarn", "run", "start"]
|
||||
CMD ["--port=8081"]
|
||||
ENTRYPOINT ["yarn", "run", "start", "--port=8081"]
|
||||
CMD []
|
||||
|
||||
LABEL org.opencontainers.image.title="Todocolors Blue"
|
||||
LABEL org.opencontainers.image.description="Blue(lib) frontend for Todocolors"
|
||||
|
|
|
@ -67,7 +67,7 @@ COPY --from=builder \
|
|||
/usr/src/todored/target/*/release/todored \
|
||||
/usr/bin/
|
||||
|
||||
ENTRYPOINT []
|
||||
ENTRYPOINT ["todored"]
|
||||
CMD []
|
||||
|
||||
LABEL org.opencontainers.image.title="Todocolors Red"
|
||||
|
|
Loading…
Reference in a new issue