Updating snippets with tags

This commit is contained in:
unknown
2021-09-28 13:26:48 +02:00
parent 86ea246e90
commit 714793a407
11 changed files with 97 additions and 67 deletions

View File

@@ -10,14 +10,8 @@ COPY . .
RUN mkdir -p ./public ./data
# Build server code
RUN npm run build
# Build client code
RUN cd ./client \
&& npm install \
&& npm run build \
&& cd .. \
# Build
RUN npm run build \
&& mv ./client/build/* ./public
# Clean up src files