web/satellite: delete unused Dockerfile
Change-Id: I85a8f822b0bca958dc27183c437624813851bb24
This commit is contained in:
parent
4eb3dd572c
commit
51c409844a
@ -1,9 +0,0 @@
|
|||||||
FROM node:14.15.3 as satellite-ui
|
|
||||||
|
|
||||||
WORKDIR /app
|
|
||||||
COPY web/satellite/ /app
|
|
||||||
COPY web/satellite/entrypoint /entrypoint
|
|
||||||
# Need to clean up (or ignore) local folders like node_modules, etc...
|
|
||||||
RUN npm install
|
|
||||||
RUN npm run build
|
|
||||||
ENTRYPOINT ["/entrypoint"]
|
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
echo "Assets generated..."
|
|
Loading…
Reference in New Issue
Block a user