workflow: initial testing
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 2m49s
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 2m49s
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
16
Dockerfile
Normal file
16
Dockerfile
Normal file
@@ -0,0 +1,16 @@
|
||||
FROM alpine:latest
|
||||
|
||||
ADD entrypoint /entrypoint
|
||||
RUN apk update && apk add npm
|
||||
RUN chmod +x ./entrypoint
|
||||
|
||||
RUN mkdir server
|
||||
|
||||
ADD node_modules /server
|
||||
ADD package-lock.json /server
|
||||
ADD package.json /server
|
||||
|
||||
ADD exthernal-login-api /server
|
||||
ADD exthernal-ttc-api /server
|
||||
|
||||
ENTRYPOINT ["/entrypoint"]
|
||||
Reference in New Issue
Block a user