feat: Bit of frontend changes
This commit is contained in:
@@ -13,7 +13,7 @@ WORKDIR /app
|
||||
|
||||
COPY src src
|
||||
RUN mkdir dist
|
||||
RUN npx handlebars src/table.handlebars -f dist/table.handlebars.compiled.js
|
||||
RUN npx handlebars src/table.handlebars -f dist/table.handlebars.dist.js
|
||||
|
||||
COPY --from=install /app/node_modules/handlebars/dist/handlebars.min.js dist
|
||||
COPY --from=install /app/node_modules/bootstrap/dist/js/bootstrap.min.js dist
|
||||
@@ -21,7 +21,6 @@ COPY --from=install /app/node_modules/bootstrap/dist/js/bootstrap.min.js.map dis
|
||||
COPY --from=install /app/node_modules/bootstrap/dist/css/bootstrap.min.css dist
|
||||
COPY --from=install /app/node_modules/bootstrap/dist/css/bootstrap.min.css.map dist
|
||||
COPY src/index.html dist
|
||||
COPY src/privacy-policy.html dist
|
||||
COPY src/main.js dist
|
||||
COPY src/style.css dist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user