Perma dark mode and fixing inconsistent styles.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
FROM node:lts-alpine
|
||||
|
||||
# install simple http server for serving static content
|
||||
RUN npm install -g http-server
|
||||
RUN npm install -g http-server@latest
|
||||
|
||||
# make the 'app' folder the current working directory
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user