Updated momentum version
Some checks failed
Build Website / Build NPM Project (push) Successful in 1m11s
Build Website / Tag Version (push) Successful in 27s
Build Website / Build & Push Dockerfile (push) Failing after 28s

This commit is contained in:
2026-05-01 10:32:19 -04:00
parent 794c59e375
commit e1f41778f3

View File

@@ -16,6 +16,6 @@ COPY . .
RUN if [ ! -d "dist" ]; then npm install && npm run build; fi RUN if [ ! -d "dist" ]; then npm install && npm run build; fi
# Use Nginx to serve # Use Nginx to serve
FROM git.zakscode.com/ztimson/momentum:latest FROM git.zakscode.com/momentum/momentum:latest
RUN rm -rf /app/server/public/assets /app/server/public/index.html RUN rm -rf /app/server/public/assets /app/server/public/index.html
COPY --from=build /app/dist /app/server/public COPY --from=build /app/dist /app/server/public