mirror of
https://github.com/Paillat-dev/flagger.git
synced 2026-01-02 09:16:22 +00:00
⚰️ Remove unnecessary sed command from Dockerfile
This commit is contained in:
@@ -24,8 +24,6 @@ COPY src/flagwaver/package*.json ./
|
||||
RUN npm ci
|
||||
|
||||
COPY src/flagwaver/ ./
|
||||
|
||||
RUN sed -i 's/ controlled: false,/ controlled: true,/' src/assets/js/app/redux/modules/wind.js
|
||||
RUN npm exec gulp build
|
||||
|
||||
FROM python:${PYTHON_VERSION}-bookworm AS app
|
||||
|
||||
Reference in New Issue
Block a user