chore(docker): first version of frontend Dockerfile, not working together with compose.yaml yet

This commit is contained in:
Sarah Vaupel 2024-08-15 05:19:46 +02:00
parent f17dbf4807
commit e75042447a

View 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