build(docker/frontend): remove debug output

This commit is contained in:
Sarah Vaupel 2024-09-03 02:17:25 +02:00
parent fd51a1ce5e
commit f4ee39c717

View File

@ -17,10 +17,6 @@ ENV CHROME_BIN=chromium
RUN npm install -g n
RUN n 20.17.0
# debug only, should display v20.17.0
# TODO: remove
RUN node --version
ARG PROJECT_DIR=/fradrive
RUN mkdir -p ${PROJECT_DIR}
RUN cp -r /tmp/${PROJECT_DIR}/* ${PROJECT_DIR}