git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
cb64dad
)
Update Dockerfile.experimental to account for tailwindcss
author
Code-Otto
<redacted>
Tue, 25 Jun 2024 20:16:14 +0000
(22:16 +0200)
committer
Code-Otto
<redacted>
Tue, 25 Jun 2024 20:16:14 +0000
(22:16 +0200)
Dockerfile.experimental
patch
|
blob
|
history
diff --git
a/Dockerfile.experimental
b/Dockerfile.experimental
index 10f0b53530317b989ef73206fbd68acb6f63247b..da7e5005bb4b146e407142d768701003db567e61 100644
(file)
--- a/
Dockerfile.experimental
+++ b/
Dockerfile.experimental
@@
-8,7
+8,14
@@
ARG BUILD_DIR
RUN mkdir ${BUILD_DIR}
\r
WORKDIR ${BUILD_DIR}
\r
\r
-COPY package.json package-lock.json vite.config.js .htmlnanorc ./
\r
+COPY .htmlnanorc \
\r
+ package.json \
\r
+ package-lock.json \
\r
+ postcss.config.js \
\r
+ tailwind.config.js \
\r
+ vite.config.js \
\r
+ ./
\r
+
\r
RUN npm ci
\r
\r
COPY client ./client
\r
git clone https://git.99rst.org/PROJECT