undo changes in dockerfile

This commit is contained in:
clauspeterhuebner 2024-11-20 23:55:36 +01:00
parent 829a105641
commit a6cc7f8793

View File

@ -42,14 +42,6 @@ EXPOSE ${PORT}
RUN mkdir -p ${DOCKER_WORKDIR}
WORKDIR ${DOCKER_WORKDIR}
# upgrade yarn and node versions
nvm use v20.0.0
yarn set version stable
yarn cache clear
yarn install
yarn build
##################################################################################
# DEVELOPMENT (Connected to the local environment, to reload on demand) ##########
##################################################################################