chore(docker): first version of frontend Dockerfile, not working together with compose.yaml yet
This commit is contained in:
parent
f17dbf4807
commit
e75042447a
18
docker/frontend/Dockerfile
Normal file
18
docker/frontend/Dockerfile
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# TODO: switch to uniworx registry debian image
|
||||||
|
FROM debian:12.5
|
||||||
|
|
||||||
|
RUN apt-get -y update
|
||||||
|
RUN apt-get -y install curl npm
|
||||||
|
|
||||||
|
# RUN npm install -g n
|
||||||
|
# RUN n 14.19.1
|
||||||
|
|
||||||
|
# RUN mkdir /fradrive
|
||||||
|
# VOLUME [ "/fradrive" ]
|
||||||
|
# WORKDIR /fradrive
|
||||||
|
|
||||||
|
# RUN pwd && ls -a . && make list
|
||||||
|
|
||||||
|
WORKDIR /fradrive
|
||||||
|
|
||||||
|
ENTRYPOINT make frontend-build
|
||||||
Reference in New Issue
Block a user