remove test data and don't run uv twice
This commit is contained in:
@@ -36,7 +36,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
|
||||
# Clone release
|
||||
RUN wget https://github.com/rommapp/romm/archive/refs/tags/$VERSION.tar.gz && \
|
||||
tar xfz $VERSION.tar.gz --strip-components=1 -C /app/code && rm $VERSION.tar.gz
|
||||
tar xfz $VERSION.tar.gz --strip-components=1 -C /app/code && rm $VERSION.tar.gz && rm -rf /app/code/backend/romm_test
|
||||
|
||||
# Install nvm
|
||||
ENV NVM_DIR="/app/code/.nvm"
|
||||
|
||||
Reference in New Issue
Block a user