This commit is contained in:
parent
509b6b5e8b
commit
a5cac66c3f
@ -26,6 +26,6 @@ COPY --from=build /build/tsconfig.json ./tsconfig.json
|
|||||||
COPY --from=build /build/dist ./dist
|
COPY --from=build /build/dist ./dist
|
||||||
COPY --from=build /build/build ./build
|
COPY --from=build /build/build ./build
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
COPY docker-entrypoint.sh /
|
COPY docker-entrypoint.sh /docker-entrypoint.sh
|
||||||
ENTRYPOINT /docker-entrypoint.sh
|
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||||
CMD ["yarn", "serve"]
|
CMD ["yarn", "serve"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user