disable login button whilst logging in

This commit is contained in:
Viktor Barzin 2025-06-17 19:15:18 +00:00
parent 7ae822f115
commit a092b4e9c8
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 12 additions and 3 deletions

View file

@ -12,7 +12,7 @@ RUN npm ci
# Copy all files and build
COPY . .
RUN npm run build # TODO: MOVE ME BELOW
RUN npm run build
FROM nginx:alpine