modified dockerfiles
Some checks failed
Build and Release Docker Images / create-release (push) Has been skipped
Build and Release Docker Images / build-and-push (./frontend, Dockerfile, my-website-v2_frontend) (push) Failing after 17m1s
Build and Release Docker Images / build-and-push (./backend, task/Dockerfile, my-website-v2_task) (push) Failing after 23m36s
Build and Release Docker Images / build-and-push (./backend, public/Dockerfile, my-website-v2_public) (push) Failing after 20m55s
Some checks failed
Build and Release Docker Images / create-release (push) Has been skipped
Build and Release Docker Images / build-and-push (./frontend, Dockerfile, my-website-v2_frontend) (push) Failing after 17m1s
Build and Release Docker Images / build-and-push (./backend, task/Dockerfile, my-website-v2_task) (push) Failing after 23m36s
Build and Release Docker Images / build-and-push (./backend, public/Dockerfile, my-website-v2_public) (push) Failing after 20m55s
This commit is contained in:
@@ -9,4 +9,4 @@ RUN cargo build --release --manifest-path ./public/Cargo.toml
|
|||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
CMD ['cargo', 'run', '--manifest-path', '/app/public/Cargo.toml']
|
CMD ['/app/public/target/release/public']
|
||||||
|
@@ -11,4 +11,4 @@ RUN cargo build --release --manifest-path ./task/Cargo.toml
|
|||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
CMD ['cargo', 'run', '--manifest-path', '/app/task/Cargo.toml']
|
CMD ['/app/task/target/release/task']
|
||||||
|
@@ -14,4 +14,4 @@ RUN bash -c 'deno task build'
|
|||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
CMD ['run', '-A', 'main.ts']
|
CMD ['deno', 'run', '-A', 'main.ts']
|
||||||
|
Reference in New Issue
Block a user