added custom entrypoint
This commit is contained in:
@@ -18,4 +18,9 @@ RUN npm run build --production
|
||||
|
||||
FROM nginx:stable-alpine3.17-slim
|
||||
|
||||
COPY entrypoint.sh .
|
||||
RUN chmod +x entrypoint.sh
|
||||
|
||||
COPY --from=builder /source/build /usr/share/nginx/html
|
||||
|
||||
ENTRYPOINT ["./entrypoint.sh"]
|
||||
Reference in New Issue
Block a user