Closed t-ikeda-sti closed 1 year ago
@ka-sasaki-sti Please suggest a specification and design for the user story.
@ka-sasaki-sti Please implement file
resource provider.
@t-ikeda-sti Please check this PR #21 thank you!!
I have reviewed and merged. Thank you for the implementation!
User Story
Developers want to build container images without having to write a Dockerfile for the standard build method. For example, after executing a build such as
go build
ornpm ci
, you need to run./executable
andnpm start
.Acceptance Criteria
The following will cause npm to build JavaScript on docker.
Together with #18, the following modules should be defined. This issue implements a
file
resource provider since there are not enoughfile
resources.