web/satellite: delete unused Dockerfile

Change-Id: I85a8f822b0bca958dc27183c437624813851bb24
This commit is contained in:
Egon Elbre 2022-05-12 11:27:07 +03:00
parent 4eb3dd572c
commit 51c409844a
2 changed files with 0 additions and 11 deletions

View File

@ -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"]

View File

@ -1,2 +0,0 @@
#!/bin/sh
echo "Assets generated..."