build(docker/frontend): remove debug output
This commit is contained in:
parent
fd51a1ce5e
commit
f4ee39c717
@ -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}
|
||||
|
||||
Reference in New Issue
Block a user